created lib folder
implemented test with database data implemented test with database data refactor added express test added express test added express test created lib folder added Mocha Test added Mocha Test
Showing
index.html
0 → 100644
mochaTests/dataArrayTest.js
0 → 100644
mochaTests/dateViewTest.js
0 → 100644
mochaTests/test1.js
deleted
100644 → 0
| ... | @@ -3,12 +3,13 @@ | ... | @@ -3,12 +3,13 @@ |
| "version": "0.0.0", | "version": "0.0.0", | ||
| "main": "holidays.js", | "main": "holidays.js", | ||
| "dependencies": { | "dependencies": { | ||
| "express": "^4.4.5", | |||
| "moment": "^2.7.0" | "moment": "^2.7.0" | ||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| "chai": "^1.9.1", | "chai": "^1.9.1", | ||
| "node-mysql": "^0.3.7" | "ejs": "^1.0.0", | ||
| "express": "*", | |||
| "mysql": "*" | |||
| }, | }, | ||
| "author": "", | "author": "", | ||
| "license": "ISC", | "license": "ISC", | ||
| ... | ... |
serverTest/app.js
0 → 100644
serverTest/dataBaseQuery.js
0 → 100644
serverTest/routes/index.js
0 → 100644
serverTest/views/error.ejs
0 → 100644
serverTest/views/index.ejs
0 → 100644
test/dataBaseTest.js
0 → 100644
test/dateViewTest.js
0 → 100644
test/test1.js
deleted
100644 → 0
Please register or sign in to comment