Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
WestCoastSwing
/
RelativePlacement
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
346a5f67
...
346a5f679d0fa8847087515bf21fa95d52430347
authored
2016-12-01 19:14:12 +0100
by
Vincent Peybernes
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Add npm test runner
1 parent
538ce78e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
package.json
package.json
View file @
346a5f6
...
...
@@ -7,5 +7,8 @@
"mocha"
:
"*"
,
"karma"
:
"*"
,
"karma-mocha"
:
"*"
},
"scripts"
:
{
"test"
:
"./node_modules/.bin/mocha bdd tests/node/**/*Spec.js"
}
}
...
...
Please
register
or
sign in
to post a comment