Add unit tests
Showing
... | @@ -55,6 +55,7 @@ | ... | @@ -55,6 +55,7 @@ |
"chai": "^3.5.0", | "chai": "^3.5.0", | ||
"chokidar-cli": "^1.2.0", | "chokidar-cli": "^1.2.0", | ||
"tslint": "5.x.x", | "tslint": "5.x.x", | ||
"ts-mockito": "^2.3.1", | |||
"mocha": "^2.5.3", | "mocha": "^2.5.3", | ||
"proxyquire": "^1.7.4", | "proxyquire": "^1.7.4", | ||
"sinon": "^1.17.3", | "sinon": "^1.17.3", | ||
... | @@ -119,7 +120,7 @@ | ... | @@ -119,7 +120,7 @@ |
"lib/src/**/*.js", | "lib/src/**/*.js", | ||
"integration/**/*.js", | "integration/**/*.js", | ||
"!lib/dist/index.js", | "!lib/dist/index.js", | ||
"!lib/dist/Navigation.js", | "!lib/dist/Notifications.js", | ||
"!lib/dist/adapters/**/*", | "!lib/dist/adapters/**/*", | ||
"!lib/dist/interfaces/**/*", | "!lib/dist/interfaces/**/*", | ||
"!lib/dist/**/*.test.*", | "!lib/dist/**/*.test.*", | ||
... | ... |
scripts/test-js.js
0 → 100644
Please register or sign in to comment