Skip to content

Commit

Permalink
feat: add test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianrothe committed Jun 12, 2024
1 parent d9f4f2c commit 08f2821
Show file tree
Hide file tree
Showing 3 changed files with 9,345 additions and 0 deletions.
3 changes: 3 additions & 0 deletions e2e/init-svelte-4.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ npm init vite
cd svelte-4

npm install

# install test dependencies
npm install --save-dev svelte-preprocess jest jest-environment-jsdom svelte-jester @babel/preset-env babel-jest @testing-library/svelte@4 @testing-library/jest-dom
# apply all steps from https://github.com/rossyman/svelte-add-jest/blob/main/preset.ts

cd ..
Loading

0 comments on commit 08f2821

Please sign in to comment.