hyper/ava-spectron.config.js
Labhansh Agrawal ad9b23bfe9 increase timeout for spectron tests
from default 10s to 30s, as sometimes it runs out of time while starting the app
2021-02-24 20:41:22 +01:00

10 lines
218 B
JavaScript

export default {
files: ['test/*'],
babel: {
compileEnhancements: false,
compileAsTests: ['**/testUtils/**/*']
},
extensions: ['ts'],
require: ['ts-node/register/transpile-only'],
timeout: '30s'
};