Skip to content

Commit

Permalink
chore: remove integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed Aug 31, 2021
1 parent eb3f95a commit 616cd07
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 26 deletions.
1 change: 0 additions & 1 deletion packages/kit/test/apps/basics/src/routes/alias/_foo.js

This file was deleted.

8 changes: 0 additions & 8 deletions packages/kit/test/apps/basics/src/routes/alias/_tests.js

This file was deleted.

5 changes: 0 additions & 5 deletions packages/kit/test/apps/basics/src/routes/alias/index.svelte

This file was deleted.

9 changes: 0 additions & 9 deletions packages/kit/test/apps/basics/svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,6 @@ const config = {
// for CI, we need to explicitly prebundle deps, since
// the reload confuses Playwright
include: ['cookie', 'marked']
},
resolve: {
// ensure alias array merges properly
alias: [
{
find: /my\-custom\-alias/,
replacement: './_foo.js'
}
]
}
}
}
Expand Down
3 changes: 0 additions & 3 deletions packages/kit/test/global.d.ts

This file was deleted.

0 comments on commit 616cd07

Please sign in to comment.