-
- Downloads
Fixed specs; use ts-node
Showing
- package.json 1 addition, 0 deletionspackage.json
- spec/unit/core/infer.spec.js 1 addition, 1 deletionspec/unit/core/infer.spec.js
- spec/unit/core/utils.spec.js 1 addition, 1 deletionspec/unit/core/utils.spec.js
- spec/unit/generators/boolean.spec.js 1 addition, 1 deletionspec/unit/generators/boolean.spec.js
- spec/unit/generators/ipv4.spec.js 1 addition, 1 deletionspec/unit/generators/ipv4.spec.js
- spec/unit/generators/null.spec.js 1 addition, 1 deletionspec/unit/generators/null.spec.js
- spec/unit/helpers.js 1 addition, 0 deletionsspec/unit/helpers.js
- yarn.lock 59 additions, 7 deletionsyarn.lock
... | @@ -79,6 +79,7 @@ | ... | @@ -79,6 +79,7 @@ |
"seedrandom": "^2.4.3", | "seedrandom": "^2.4.3", | ||
"semver": "^5.3.0", | "semver": "^5.3.0", | ||
"tarima": "^3.8.1", | "tarima": "^3.8.1", | ||
"ts-node": "^3.3.0", | |||
"tslib": "^1.8.0", | "tslib": "^1.8.0", | ||
"tslint": "^4.0.2", | "tslint": "^4.0.2", | ||
"tv4": "^1.2.7", | "tv4": "^1.2.7", | ||
... | ... |
spec/unit/helpers.js
0 → 100644
Please register or sign in to comment