Skip to content

Commit eb4c4dc

Browse files
committed
production is probably better
1 parent 6274c61 commit eb4c4dc

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ async function run_test(
7979
__CONFIG__: path.resolve(test_dir, '_config.js'),
8080
'assert.js': assert_file
8181
},
82-
conditions: ['browser', 'development'],
82+
conditions: ['browser', 'production'],
8383
plugins: [
8484
{
8585
name: 'testing-runtime-browser',
@@ -132,7 +132,7 @@ async function run_test(
132132
__MAIN_DOT_SVELTE__: path.resolve(test_dir, 'main.svelte'),
133133
__CONFIG__: path.resolve(test_dir, '_config.js')
134134
},
135-
conditions: ['browser', 'development'],
135+
conditions: ['browser', 'production'],
136136
plugins: [
137137
{
138138
name: 'testing-runtime-browser-ssr',

0 commit comments

Comments
 (0)