Skip to content

Commit becfcbc

Browse files
committed
huh
1 parent 7c92782 commit becfcbc

File tree

1 file changed

+1
-0
lines changed
  • packages/svelte/tests/snapshot

1 file changed

+1
-0
lines changed

packages/svelte/tests/snapshot/test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ interface SnapshotTest extends BaseTest {
1111

1212
const { test, run } = suite<SnapshotTest>(async (config, cwd) => {
1313
compile_directory(cwd, 'client', config.compileOptions);
14+
compile_directory(cwd, 'server', config.compileOptions);
1415

1516
// run `UPDATE_SNAPSHOTS=true pnpm test snapshot` to update snapshot tests
1617
if (process.env.UPDATE_SNAPSHOTS) {

0 commit comments

Comments
 (0)