Skip to content

Commit

Permalink
Added basic vitest test
Browse files Browse the repository at this point in the history
  • Loading branch information
marekdedic committed Jan 9, 2025
1 parent 538922a commit 2174b3a
Show file tree
Hide file tree
Showing 7 changed files with 795 additions and 10 deletions.
3 changes: 3 additions & 0 deletions packages/frontend/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,9 @@ export default tseslint.config(
},
},
},
{
files: ["tests/**/*.test.ts", "tests/**/*.test.tsx"],
},
{
...jest.configs["flat/recommended"],
...jest.configs["flat/style"],
Expand Down
Loading

0 comments on commit 2174b3a

Please sign in to comment.