hyper/ava-spectron.config.js
Labhansh Agrawal e6eed0d4bb spectron testing on github actions
added screenshot capture after tests
2021-01-17 02:31:45 +01:00

9 lines
200 B
JavaScript

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