Skip to content

Commit

Permalink
get tests etc. working
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmister committed Jun 23, 2024
1 parent 562df7f commit 20b45e9
Show file tree
Hide file tree
Showing 5 changed files with 15,528 additions and 11,268 deletions.
9 changes: 9 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/** @type {import('ts-jest').JestConfigWithTsJest} */
module.exports = {
preset: 'ts-jest',
testEnvironment: 'jsdom',
moduleNameMapper: {
"\\.(css)$": "identity-obj-proxy",
"@/(.*)": "<rootDir>/src/$1"
}
};
Loading

0 comments on commit 20b45e9

Please sign in to comment.