Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
capt-nemo429 committed Jul 1, 2022
1 parent 5b68539 commit 698f907
Show file tree
Hide file tree
Showing 3 changed files with 2,644 additions and 4,579 deletions.
7 changes: 4 additions & 3 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module.exports = {
preset: "@vue/cli-plugin-unit-jest/presets/typescript-and-babel",
transform: {
"^.+\\.vue$": "@vue/vue3-jest"
preset: "ts-jest",
rootDir: ".",
moduleNameMapper: {
"^@/(.*)$": "<rootDir>/src/$1"
}
};
Loading

0 comments on commit 698f907

Please sign in to comment.