Skip to content
This repository has been archived by the owner on Oct 31, 2021. It is now read-only.

Commit

Permalink
renaming test files to *.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
tenorviol committed Oct 1, 2011
1 parent 797ebb0 commit c49b81c
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 11 deletions.
10 changes: 0 additions & 10 deletions Makefile

This file was deleted.

7 changes: 7 additions & 0 deletions makefile
@@ -0,0 +1,7 @@
lib/parser.js : src/parser.pegjs
pegjs src/parser.pegjs lib/parser.js

test: nodeunit

nodeunit:
nodeunit test
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion test/xjsModulesTest.js → test/xjsModules.test.js
Expand Up @@ -33,7 +33,7 @@ var tests = [
filename: '../example/index.xjs', filename: '../example/index.xjs',
local: { dir:__dirname }, local: { dir:__dirname },
// NOTE: new dir files must accompany a change in the render // NOTE: new dir files must accompany a change in the render
render: '<html><body><ul><li>StringStreamTest.js</li><li>xjsModulesTest.js</li><li>XjsStreamTest.js</li><li>xjsTest.js</li></ul></body></html>' render: '<html><body><ul><li>StringStream.test.js</li><li>xjs.test.js</li><li>xjsModules.test.js</li><li>XjsStream.test.js</li></ul></body></html>'
}, },


{ {
Expand Down

0 comments on commit c49b81c

Please sign in to comment.