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