f8171f3beb
- removing and cleaning - next step is to start mocking out a few of the other basic interactions with the client
7 lines
191 B
JavaScript
7 lines
191 B
JavaScript
module.exports = {
|
|
preset: 'ts-jest',
|
|
testEnvironment: 'node',
|
|
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'],
|
|
setupFiles: ["dotenv/config"],
|
|
testTimeout: 20000
|
|
}; |