Files
youtube-music/jest.config.js

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
};