mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-17 19:42:14 +00:00
7 lines
121 B
JavaScript
7 lines
121 B
JavaScript
'use strict';
|
|
|
|
module.exports = {
|
|
roots: [ '<rootDir>/test' ],
|
|
testMatch: [ '**/*.test.js' ],
|
|
testTimeout: 10000
|
|
}; |