webstorage-decorators/jest.config.js

13 lines
227 B
JavaScript
Raw Normal View History

2021-01-28 10:24:11 -05:00
module.exports = {
"reporters": ["default"],
"roots": [
"<rootDir>/tests"
],
"testMatch": [
"**/?(*.)+(spec|test).+(ts|tsx|js)"
],
"transform": {
".+\\.(ts)$": "ts-jest"
},
}