Skip to content

Commit 2862039

Browse files
committed
nope 2 more renames
1 parent 8bea3e4 commit 2862039

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

e2e-tests/tests/sveltekit-hooks.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ describe('Sveltekit', () => {
206206
const integration = Integration.sveltekit;
207207
const projectDir = path.resolve(
208208
__dirname,
209-
'../test-applications/sveltekit-test-app',
209+
'../test-applications/sveltekit-hooks-test-app',
210210
);
211211

212212
beforeAll(async () => {
@@ -269,7 +269,7 @@ describe('Sveltekit', () => {
269269
const integration = Integration.sveltekit;
270270
const projectDir = path.resolve(
271271
__dirname,
272-
'../test-applications/sveltekit-test-app',
272+
'../test-applications/sveltekit-hooks-test-app',
273273
);
274274

275275
beforeAll(async () => {

0 commit comments

Comments
 (0)