Add a few tests
This commit is contained in:
parent
5178cb6381
commit
d9c2c5b2a1
7 changed files with 3462 additions and 3 deletions
8
plugin/jest.config.js
Normal file
8
plugin/jest.config.js
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
module.exports = {
|
||||
testEnvironment: "node",
|
||||
moduleFileExtensions: ["ts"],
|
||||
testMatch: ["**/src/**/*.test.ts"],
|
||||
transform: {
|
||||
"^.+\\.(ts|tsx)$": "ts-jest",
|
||||
},
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue