transfer from monorepo
This commit is contained in:
7
worker/jest.config.js
Normal file
7
worker/jest.config.js
Normal file
@ -0,0 +1,7 @@
|
||||
export default {
|
||||
transform: { "^.+\\.tsx?$": "babel-jest" },
|
||||
transformIgnorePatterns: ["/node_modules/(?!@babel/runtime)"],
|
||||
moduleFileExtensions: ["ts", "tsx", "js", "jsx", "json", "node"],
|
||||
testEnvironment: "node",
|
||||
};
|
||||
|
Reference in New Issue
Block a user