mirror of
https://github.com/sveltejs/svelte.git
synced 2024-11-21 19:38:58 +01:00
3df9d8466f
- 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
16 lines
249 B
Plaintext
16 lines
249 B
Plaintext
/*
|
|
!/elements
|
|
!/scripts
|
|
# TODO: after launch new site, format site dir.
|
|
/site
|
|
!/src
|
|
src/compiler/compile/internal_exports.js
|
|
!/test
|
|
/test/**/*.svelte
|
|
/test/**/_expected*
|
|
/test/**/_actual*
|
|
/test/**/expected*
|
|
/test/**/_output
|
|
/types
|
|
!vitest.config.js
|