mirror of
https://github.com/thelounge/thelounge.git
synced 2026-03-14 14:35:50 +01:00
Switch istanbul CLI to more recent nyc one
`nyc` is made by the Istanbul people and is meant to integrate nicely with Babel. Note that at the moment this is just a drop-in replacement of what we currently have in order to fix broken `npm run coverage`, therefore it does not support our recent ES6 stuff.
This commit is contained in:
parent
e45edff613
commit
056aba8a9e
4 changed files with 17 additions and 8 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,6 +1,7 @@
|
|||
node_modules/
|
||||
npm-debug.log
|
||||
|
||||
.nyc_output/
|
||||
coverage/
|
||||
|
||||
# Built assets created at npm install/prepublish time
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue