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