mirror of
https://github.com/tappollo/booster.git
synced 2026-01-12 22:31:38 +08:00
6 lines
113 B
JavaScript
6 lines
113 B
JavaScript
module.exports = {
|
|
preset: "ts-jest",
|
|
testEnvironment: "node",
|
|
setupFilesAfterEnv: ["./jest.setup.js"],
|
|
};
|