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
Add command line options to mocha for running tests (
#3064
)
gemini
wimrijnders
7 years ago
committed by
yotamberk
parent
63794a32d8
commit
02911c0d3a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
package.json
+ 1
- 1
package.json
View File
@ -23,7 +23,7 @@
]
,
"main"
:
"./dist/vis.js"
,
"scripts"
:
{
"test"
:
"mocha"
,
"test"
:
"mocha
--compilers js:babel-core/register
"
,
"build"
:
"gulp"
,
"lint"
:
"eslint lib"
,
"watch"
:
"gulp watch"
,
Write
Preview
Loading…
Cancel
Save