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 7c92782 commit becfcbcCopy full SHA for becfcbc
packages/svelte/tests/snapshot/test.ts
@@ -11,6 +11,7 @@ interface SnapshotTest extends BaseTest {
11
12
const { test, run } = suite<SnapshotTest>(async (config, cwd) => {
13
compile_directory(cwd, 'client', config.compileOptions);
14
+ compile_directory(cwd, 'server', config.compileOptions);
15
16
// run `UPDATE_SNAPSHOTS=true pnpm test snapshot` to update snapshot tests
17
if (process.env.UPDATE_SNAPSHOTS) {
0 commit comments