Skip to content

Commit 2217a3e

Browse files
committed
enable all tests!
1 parent 15f28c5 commit 2217a3e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

examples/sveltekit/__integration-tests__/sveltekit.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ describe('SvelteKit integration', () => {
7676
} catch (error) {}
7777

7878
// Build svelteKit
79+
console.log('run "pnpm --filter example-sveltekit build" (output is piped into process)');
7980
execSync('pnpm --filter example-sveltekit build', { stdio: 'inherit' });
8081

8182
// Start sveltekit

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"release": "pnpm build && changeset publish",
4444
"start:docs": "pnpm --filter=website dev",
4545
"test": "jest --detectOpenHandles",
46-
"test:integration": "cross-env INTEGRATION_TEST=true jest --forceExit sveltekit",
46+
"test:integration": "cross-env INTEGRATION_TEST=true jest --forceExit",
4747
"test:leaks": "cross-env LEAKS_TEST=true pnpm run test --detectLeaks --logHeapUsage && cross-env LEAKS_TEST=true pnpm run test:integration --detectLeaks --logHeapUsage"
4848
},
4949
"devDependencies": {

0 commit comments

Comments
 (0)