mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-10 10:11:46 +00:00
8 lines
190 B
JavaScript
8 lines
190 B
JavaScript
module.exports = {
|
|
globals: {
|
|
__APP__: undefined, // A different app will be launched in each test environment
|
|
},
|
|
testEnvironment: "./tests/environment",
|
|
testTimeout: 30000, // 30s
|
|
};
|