We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a95f55 commit 6274c61Copy full SHA for 6274c61
packages/svelte/tests/runtime-browser/test.ts
@@ -79,6 +79,7 @@ async function run_test(
79
__CONFIG__: path.resolve(test_dir, '_config.js'),
80
'assert.js': assert_file
81
},
82
+ conditions: ['browser', 'development'],
83
plugins: [
84
{
85
name: 'testing-runtime-browser',
@@ -131,6 +132,7 @@ async function run_test(
131
132
__MAIN_DOT_SVELTE__: path.resolve(test_dir, 'main.svelte'),
133
__CONFIG__: path.resolve(test_dir, '_config.js')
134
135
136
137
138
name: 'testing-runtime-browser-ssr',
0 commit comments