Skip to content

Commit

Permalink
Added missing nodeunit deps
Browse files Browse the repository at this point in the history
  • Loading branch information
christkv committed Jan 19, 2012
1 parent 9652023 commit a17e938
Show file tree
Hide file tree
Showing 20 changed files with 1,020 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
.project
.settings
data
node_modules
node_modules/
output
build
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ test: build_native

test_junit: build_native
@echo "\n == Run All tests minus replicaset tests=="
$(NPM) install -d
$(NODE) dev/tools/test_all.js --junit --noreplicaset

test_nodeunit_pure:
Expand Down
2 changes: 2 additions & 0 deletions deps/nodeunit/node_modules/tap-assert/AUTHORS

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 23 additions & 0 deletions deps/nodeunit/node_modules/tap-assert/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions deps/nodeunit/node_modules/tap-assert/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a17e938

Please sign in to comment.