Skip to content

Commit

Permalink
test integration.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaly Tomilov committed Mar 9, 2015
1 parent cbeab09 commit a639d06
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
test:
@./node_modules/jasmine-node/bin/jasmine-node test

.PHONY: test
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,8 @@
"dependencies": {
"promise": ">=6.1.0",
"pg": ">=4.3.0"
},
"devDependencies": {
"jasmine-node": "1.x"
}
}
7 changes: 7 additions & 0 deletions test/default.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
"use strict";

describe("Test", function () {
it("test", function () {
// TODO : Test codes will be written
});
});

0 comments on commit a639d06

Please sign in to comment.