Skip to content

Commit

Permalink
test sample
Browse files Browse the repository at this point in the history
  • Loading branch information
bestander committed Dec 11, 2012
1 parent 3f45481 commit fe9407d
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 12 deletions.
17 changes: 17 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
install-demo:
./node_modules/.bin/component install --dev
./node_modules/.bin/component build --dev

clean-demo:
rm -rf ./components ./build

clean:
rm -rf ./node_modules

test:
./node_modules/.bin/jasmine-node test --verbose

.PHONY: clean



12 changes: 0 additions & 12 deletions demo/Makefile

This file was deleted.

4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
"socket.io": "*",
"pong-box2d": "*"
},
"devDependencies": {
"jasmine-node": "*",
"component": "*"
},
"repository": {
"type": "git",
"url": "https://github.com/bestander/pong-mmo-server"
Expand Down
6 changes: 6 additions & 0 deletions test/worldSocketSync.spec.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

describe('Test', function () {
it('should pass', function () {
var a = 1;
});
});

0 comments on commit fe9407d

Please sign in to comment.