Skip to content

Commit 6274c61

Browse files
committed
bundle with conditions to silence noise
1 parent 3a95f55 commit 6274c61

File tree

1 file changed

+2
-0
lines changed
  • packages/svelte/tests/runtime-browser

1 file changed

+2
-0
lines changed

packages/svelte/tests/runtime-browser/test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ async function run_test(
7979
__CONFIG__: path.resolve(test_dir, '_config.js'),
8080
'assert.js': assert_file
8181
},
82+
conditions: ['browser', 'development'],
8283
plugins: [
8384
{
8485
name: 'testing-runtime-browser',
@@ -131,6 +132,7 @@ async function run_test(
131132
__MAIN_DOT_SVELTE__: path.resolve(test_dir, 'main.svelte'),
132133
__CONFIG__: path.resolve(test_dir, '_config.js')
133134
},
135+
conditions: ['browser', 'development'],
134136
plugins: [
135137
{
136138
name: 'testing-runtime-browser-ssr',

0 commit comments

Comments
 (0)