UNPKG
firstpackagenewman
Version:
latest (2.0.1)
2.0.1
2.0.0
1.0.1
1.0.0
Basic FizzBuzz
github.com/theMatthewNewman/firstPackageNewman
theMatthewNewman/firstPackageNewman
firstpackagenewman
/
jest.config.js
4 lines
•
88 B
JavaScript
View Raw
1
2
3
4
module
.
exports
= { preset:
'ts-jest'
, testMatch: [
"**/tests/**/*.test.ts"
], }