* Enable babel for tests This enables babel for tests by using a mocha compiler It uses the babel config from package.json Transformed OptionsManager test to es2015 to see if it works Removed the 5s timeout from cli tests, as the default timeout is already 10s, this should probably fix the timouts on travis that we had in babylon Also run the cli tests on travis, they were disabled if istanbul active, but istanbul is always active on travis so we were never running this tests. * ignore scripts directory * only register for tests * Set only flag correctly
6 lines
87 B
YAML
6 lines
87 B
YAML
instrumentation:
|
|
root: .
|
|
excludes:
|
|
- "**/node_modules/**"
|
|
- "scripts/*.js"
|