Repository URL to install this package:
|
Version:
1.0.1 ▾
|
module.exports = {
roots: ['<rootDir>/src/', '<rootDir>/tests/'],
testEnvironment: 'node',
transform: {},
reporters: ['default', 'jest-junit'],
};