mc-publish/jest.config.js

8 lines
180 B
JavaScript
Raw Normal View History

2021-09-21 03:27:32 -04:00
module.exports = {
clearMocks: true,
moduleFileExtensions: ["js", "ts"],
testMatch: ["**/*.test.ts"],
transform: { ".(t|j)s$": "babel-jest" },
verbose: true
};