|
9 | 9 | ], |
10 | 10 | "scripts": { |
11 | 11 | "build": "tsc --version && tsc --project \"./src\"", |
12 | | - "test:unit": "mocha -R spec ./test/unit", |
13 | | - "test:integration": "mocha -R spec ./test/integration && rimraf tmp", |
| 12 | + "test:unit": "mocha -R spec ./test/unit --exit", |
| 13 | + "test:integration": "mocha -R spec ./test/integration --exit && rimraf tmp", |
14 | 14 | "test": "npm run build && npm run test:unit && npm run test:integration", |
15 | 15 | "test:watch": "mocha -R spec --watch ./test/unit", |
16 | 16 | "test:coverage": "rimraf coverage && istanbul cover -root lib --include-all-sources mocha -- -R spec ./test/unit ./test/integration", |
|
51 | 51 | "devDependencies": { |
52 | 52 | "@types/babel-code-frame": "^6.20.1", |
53 | 53 | "@types/chokidar": "^1.7.5", |
54 | | - "@types/lodash.endswith": "^4.2.3", |
55 | | - "@types/lodash.isfunction": "^3.0.3", |
56 | | - "@types/lodash.isstring": "^4.0.3", |
57 | | - "@types/lodash.startswith": "^4.2.3", |
| 54 | + "@types/lodash": "^4.14.117", |
58 | 55 | "@types/minimatch": "^3.0.1", |
59 | 56 | "@types/node": "^8.0.26", |
60 | 57 | "@types/resolve": "0.0.4", |
|
65 | 62 | "husky": "^1.1.2", |
66 | 63 | "istanbul": "^0.4.5", |
67 | 64 | "lint-staged": "^7.3.0", |
68 | | - "mocha": "^3.4.1", |
| 65 | + "mocha": "^5.2.0", |
69 | 66 | "mock-fs": "^4.3.0", |
70 | 67 | "mock-require": "^2.0.2", |
71 | 68 | "prettier": "^1.14.3", |
|
90 | 87 | "babel-code-frame": "^6.22.0", |
91 | 88 | "chalk": "^2.4.1", |
92 | 89 | "chokidar": "^2.0.4", |
93 | | - "lodash.endswith": "^4.2.1", |
94 | | - "lodash.isfunction": "^3.0.8", |
95 | | - "lodash.isstring": "^4.0.1", |
96 | | - "lodash.startswith": "^4.2.1", |
| 90 | + "lodash": "^4.17.11", |
97 | 91 | "minimatch": "^3.0.4", |
98 | 92 | "resolve": "^1.5.0", |
99 | 93 | "tapable": "^1.0.0" |
|
0 commit comments