Ferdi Koomen 7388740cb1 - Added snapshot testing
- Fixed formatter for snapshots
2019-11-23 11:01:12 +01:00

5 lines
87 B
JavaScript

module.exports = {
testRegex: '\\.spec\\.(ts|js)$',
testEnvironment: 'node'
};