Merge pull request #3392 from aorel/fix-test-coverage

Fix travis test coverage
pull/3394/head
Rich Harris 6 years ago committed by GitHub
commit 1580fd0c86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
.gitignore vendored

@ -15,7 +15,7 @@ node_modules
/animate
/scratch/
/coverage/
/coverage.lcov/
/coverage.lcov
/test/sourcemaps/samples/*/output.js
/test/sourcemaps/samples/*/output.js.map
/test/sourcemaps/samples/*/output.css

@ -1,4 +1,3 @@
--compilers ts-node/register
--require source-map-support/register
--full-trace
--recursive

Loading…
Cancel
Save