Skip to content

Commit

Permalink
Write tests for locateqtarchdir
Browse files Browse the repository at this point in the history
  • Loading branch information
jurplel committed Nov 7, 2024
1 parent 5d50465 commit 374de7b
Show file tree
Hide file tree
Showing 6 changed files with 7,454 additions and 1,620 deletions.
7 changes: 7 additions & 0 deletions action/jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/** @type {import('ts-jest').JestConfigWithTsJest} **/
module.exports = {
testEnvironment: "node",
transform: {
"^.+.tsx?$": ["ts-jest",{}],
},
};
Loading

0 comments on commit 374de7b

Please sign in to comment.