Skip to content

Commit

Permalink
Test core features of application
Browse files Browse the repository at this point in the history
  • Loading branch information
caleb531 committed Dec 20, 2023
1 parent c79f754 commit ac19d1a
Show file tree
Hide file tree
Showing 7 changed files with 1,393 additions and 16 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ node_modules
!.env.example
vite.config.js.timestamp-*
vite.config.ts.timestamp-*
coverage
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,16 @@
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/svelte": "^4.0.5",
"@testing-library/user-event": "^14.5.1",
"@types/jest": "^29.5.11",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"@vitest/coverage-v8": "^1.1.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^27.6.0",
"eslint-plugin-svelte": "^2.35.1",
"jest-preview": "^0.3.1",
"jsdom": "^23.0.1",
"prettier": "^3.1.1",
"prettier-plugin-svelte": "^3.1.2",
Expand Down
Loading

0 comments on commit ac19d1a

Please sign in to comment.