midi-player-demo / jest.config.js
Yann
test
78fee96
raw
history blame contribute delete
236 Bytes
module.exports = {
testEnvironment: "./src/test/CustomEnvironment.ts",
preset: "ts-jest/presets/js-with-babel-esm",
moduleFileExtensions: ["ts", "tsx", "js", "jsx"],
transformIgnorePatterns: ["/node_modules/(?!midifile-ts)"],
}