mirror of
https://github.com/Kir-Antipov/mc-publish.git
synced 2024-11-22 00:11:02 -05:00
7 lines
180 B
JavaScript
7 lines
180 B
JavaScript
module.exports = {
|
|
clearMocks: true,
|
|
moduleFileExtensions: ["js", "ts"],
|
|
testMatch: ["**/*.test.ts"],
|
|
transform: { ".(t|j)s$": "babel-jest" },
|
|
verbose: true
|
|
};
|