Skip to content

Commit

Permalink
adding actual tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaly Tomilov committed Mar 9, 2015
1 parent 3a8a10c commit c71c9ee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions test.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules/.bin/jasmine-node.cmd test
2 changes: 0 additions & 2 deletions test/default.js → test/indexSpec.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
"use strict";

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

0 comments on commit c71c9ee

Please sign in to comment.