Files
YouTube.js/jest.config.js
2022-05-18 05:53:09 -03:00

7 lines
121 B
JavaScript

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