This website works better with JavaScript.
Home
Explore
Help
Sign In
jrtechs
/
jrtechs-vis
mirror of
https://github.com/jrtechs/vis.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
82
Wiki
Activity
Browse Source
Exclude test coverage from regular test runs
mbroad/issue-3321
MacLeod Broad
7 years ago
parent
2d1abcf248
commit
39c0f1408b
No known key found for this signature in database
GPG Key ID:
F1B295D13C3CC9CF
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
package.json
+ 1
- 1
package.json
View File
@ -26,7 +26,7 @@
]
,
]
,
"main"
:
"./dist/vis.js"
,
"main"
:
"./dist/vis.js"
,
"scripts"
:
{
"scripts"
:
{
"test"
:
"
nyc
mocha --compilers js:babel-core/register"
,
"test"
:
"mocha --compilers js:babel-core/register"
,
"test-cov"
:
"nyc --reporter=lcov mocha --compilers js:babel-core/register"
,
"test-cov"
:
"nyc --reporter=lcov mocha --compilers js:babel-core/register"
,
"build"
:
"gulp"
,
"build"
:
"gulp"
,
"lint"
:
"gulp lint"
,
"lint"
:
"gulp lint"
,
Write
Preview
Loading…
Cancel
Save