0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-25 09:09:35 +01:00
Commit Graph

23 Commits

Author SHA1 Message Date
gtmnayan
3df9d8466f
chore: speed up test execution (#8598)
- shard runtime tests for better use of Vite's test parallelization
- merge custom element and other browser tests to run in one test suite and use esbuild in it
- on some setups only generate code output when test fails
2023-05-22 15:46:27 +02:00
Ben McCann
0c99aa8904
chore: update eslint config (#8608)
Co-authored-by: gtmnayan <gtmnayan@gmail.com>
2023-05-19 20:21:54 -07:00
S. Elliott Johnson
fd9d61a7b7
chore: TS to JSDoc Conversion (#8569)
---------

Co-authored-by: Simon Holthausen <simon.holthausen@vercel.com>
2023-05-19 15:59:42 +02:00
gtmnayan
783bd9899e
chore: swap mocha with vitest (#8584)
Also swap out the require hook hacks with a less-hacky-but-still-somewhat-hacky loader for the Svelte files

---------

Co-authored-by: Simon Holthausen <simon.holthausen@vercel.com>
Co-authored-by: Rich Harris <richard.a.harris@gmail.com>
2023-05-17 21:00:20 +02:00
Yuichiro Yamashita
b6a400a549
chore: add prettier (#8543) 2023-05-08 23:32:52 +02:00
Yuichiro Yamashita
384927dbf3
chore: TypeScript to JavaScript + JSDoc for tests (#8526) 2023-04-26 09:24:33 +02:00
Andreas Ehrencrona
ddf13211af
Updated to ESLint config 5.4.0 (#5541) 2020-10-21 15:23:08 -07:00
Ben McCann
0645631b28
Use TypeScript in tests (#5433) 2020-09-29 11:19:21 -04:00
Tan Li Hau
5dbb08d19b allow solo for test suite (#3747) 2019-10-23 14:52:49 -04:00
Richard Harris
b2f371a3d1 move vars out of stats 2019-02-18 14:19:53 -05:00
Richard Harris
fd39e9505b remove unnecessary code 2019-02-18 13:56:05 -05:00
Richard Harris
248f55a574 move warnings out of stats 2019-02-18 13:54:27 -05:00
Rich Harris
206a3d0131 update tests 2019-02-08 09:32:36 -05:00
Rich Harris
687e352209 rename .html files to .svelte 2019-02-08 08:48:10 -05:00
Rich Harris
539fbbd8ef inject lets for reactive declarations where necessary - fixes #2059 2019-02-06 14:49:36 -05:00
Richard Harris
6df94aa651 remove unnecessary dupe check - fixes #2036 2019-02-03 20:00:18 -05:00
Rich Harris
b1d919f3f2
Overhaul stats — closes #1891 2019-01-29 09:10:10 -05:00
Rich Harris
f45e2b70fd
Implement reactive assignments (#1839)
This also includes elements of RFCs 2 and 3
2018-12-15 19:18:03 -05:00
Rich Harris
998d86a4e3 expose stats.props 2018-11-04 16:32:41 -05:00
Rich Harris
d03693114d fix #1368 2018-04-28 21:00:07 -04:00
Rich Harris
5a457bfb87 rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
Rich-Harris
a5d5a6c952 add lifecycle hooks 2018-04-01 14:10:03 -04:00
Rich-Harris
788aa89b41 add stats tests, handle imports 2018-04-01 14:00:35 -04:00