add datetime testing to chai

This commit is contained in:
Brendan Forster 2016-10-19 11:05:43 +11:00
parent cdf383edd2
commit b7132329d7
2 changed files with 3 additions and 1 deletions

View file

@ -31,6 +31,7 @@
"aws-sdk": "^2.3.15",
"chai": "^3.5.0",
"chai-as-promised": "^5.3.0",
"chai-datetime": "^1.4.1",
"cross-env": "^1.0.8",
"css-loader": "^0.23.1",
"electron": "1.4.2",
@ -63,6 +64,7 @@
},
"devDependencies": {
"@types/chai": "^3.4.30",
"@types/chai-datetime": "0.0.30",
"@types/codemirror": "0.0.33",
"@types/electron": "^1.3.15",
"@types/electron-window-state": "^2.0.27",

View file

@ -12,7 +12,7 @@
"sourceMap": true,
"jsx": "react",
"outDir": "./out",
"types": ["mocha", "whatwg-fetch", "electron-window-state"]
"types": ["mocha", "whatwg-fetch", "electron-window-state", "chai-datetime"]
},
"exclude": [
"node_modules",