bundle with conditions to silence noise

pull/14470/head
Ben McCann 2 years ago
parent 3a95f555ae
commit 6274c61184

@ -79,6 +79,7 @@ async function run_test(
__CONFIG__: path.resolve(test_dir, '_config.js'),
'assert.js': assert_file
},
conditions: ['browser', 'development'],
plugins: [
{
name: 'testing-runtime-browser',
@ -131,6 +132,7 @@ async function run_test(
__MAIN_DOT_SVELTE__: path.resolve(test_dir, 'main.svelte'),
__CONFIG__: path.resolve(test_dir, '_config.js')
},
conditions: ['browser', 'development'],
plugins: [
{
name: 'testing-runtime-browser-ssr',

Loading…
Cancel
Save