Skip to content

Commit

Permalink
Remove CommonJS testing scaffold.
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed May 26, 2012
1 parent 1650d40 commit 0428c15
Show file tree
Hide file tree
Showing 18 changed files with 1 addition and 1,068 deletions.
1 change: 0 additions & 1 deletion .coverignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
test/
spec/
1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ cover_html/
design
examples
spec
test
.coverignore
.travis.yml
CHANGES.md
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
},
"dependencies": {},
"devDependencies": {
"test": ">=0.3.0",
"jshint": ">=0.7.1",
"cover": "*",
"jasmine-node": "*"
Expand All @@ -58,6 +57,6 @@
}
},
"directories": {
"test": "./test"
"test": "./spec"
}
}
69 changes: 0 additions & 69 deletions test/all-resolved.js

This file was deleted.

20 changes: 0 additions & 20 deletions test/all.js

This file was deleted.

117 changes: 0 additions & 117 deletions test/bind.js

This file was deleted.

16 changes: 0 additions & 16 deletions test/issue/22.js

This file was deleted.

13 changes: 0 additions & 13 deletions test/issue/9.js

This file was deleted.

Loading

0 comments on commit 0428c15

Please sign in to comment.