Fix Jest WASM tests

This commit is contained in:
Andras Schmelczer 2025-01-05 20:49:26 +00:00
parent 438caa96a6
commit 7e045caab1
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
4 changed files with 110 additions and 109 deletions

View file

@ -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"
};