mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-04 10:19:17 +02:00
4 lines
98 B
JavaScript
4 lines
98 B
JavaScript
module.exports = {
|
|
testMatch: ['<rootDir>/cjs/**/*.spec.js'],
|
|
testEnvironment: 'node',
|
|
};
|