Jest/Test setup
This commit is contained in:
10
jest.config.js
Normal file
10
jest.config.js
Normal file
@@ -0,0 +1,10 @@
|
||||
module.exports = {
|
||||
roots: ['src'],
|
||||
preset: 'ts-jest',
|
||||
testEnvironment: 'node',
|
||||
coverageReporters: [
|
||||
"html",
|
||||
"json-summary",
|
||||
"text-summary"
|
||||
],
|
||||
};
|
||||
Reference in New Issue
Block a user