odin/node_modules/googlethis/jest.config.js
2022-11-19 01:49:12 +01:00

7 lines
No EOL
121 B
JavaScript

'use strict';
module.exports = {
roots: [ '<rootDir>/test' ],
testMatch: [ '**/*.test.js' ],
testTimeout: 10000
};