UNPKG

230 BYAMLView Raw
1require: 'ts-node/register'
2timeout: '60000'
3reporter: 'mochawesome'
4reporter-option:
5 - 'cdn=true'
6 - 'json=false'
7exit: true
8spec: [
9 'test/unit/*.ts',
10 'test/unit/**/*.ts',
11 'test/v2/unit/*.ts',
12 'test/v2/unit/**/*.ts'
13]