Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
MUR Drupal
d3-library
Commits
133011f6
Commit
133011f6
authored
Mar 14, 2013
by
Mike Bostock
Browse files
Use npm test in the Makefile.
parent
1ac0fa09
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
Makefile
Makefile
+1
-1
package.json
package.json
+1
-1
src/package.js
src/package.js
+1
-1
No files found.
Makefile
View file @
133011f6
...
...
@@ -7,7 +7,7 @@ all: \
package.json
test
:
all
@
n
ode_modules/.bin/vows
@
n
pm
test
benchmark
:
all
@
node
test
/geo/benchmark.js
...
...
package.json
View file @
133011f6
...
...
@@ -36,6 +36,6 @@
"
vows
"
:
"
0.7.x
"
},
"scripts"
:
{
"test"
:
"node_modules/.bin/vows"
"test"
:
"node_modules/.bin/vows
; echo
"
}
}
src/package.js
View file @
133011f6
...
...
@@ -38,6 +38,6 @@ console.log(JSON.stringify({
"
vows
"
:
"
0.7.x
"
},
"
scripts
"
:
{
"
test
"
:
"
node_modules/.bin/vows
"
"
test
"
:
"
node_modules/.bin/vows
; echo
"
}
},
null
,
2
));
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment