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