Fix Jest WASM tests
This commit is contained in:
parent
438caa96a6
commit
7e045caab1
4 changed files with 110 additions and 109 deletions
|
|
@ -1,8 +1,3 @@
|
|||
module.exports = {
|
||||
testEnvironment: "node",
|
||||
moduleFileExtensions: ["js", "ts"],
|
||||
testMatch: ["**/src/**/*.test.ts"],
|
||||
transform: {
|
||||
"^.+\\.(ts|tsx)$": "ts-jest",
|
||||
},
|
||||
preset: "ts-jest/presets/js-with-babel-esm"
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue