random-bunny/jest.config.cjs

4 lines
81 B
JavaScript
Raw Normal View History

2023-03-01 17:55:10 +00:00
module.exports = {
preset: "ts-jest",
setupFiles: [ "./jest.setup.js" ]
}