-
- Downloads
Add tests for package-json
commit 8e72ab18f39f6e177757e1442e9f491d22982e58 Author: Rhys Arkins <rhys@keylocation.sg> Date: Thu Jan 12 09:33:33 2017 +0100 Remove use strict commit 3d13fa9e69b0050ba211128b8b73d210eb0b549a Author: Rhys Arkins <rhys@keylocation.sg> Date: Thu Jan 12 09:31:22 2017 +0100 Add circle.yml commit d5fad78f3847f8b384a508d3ab6e4cd19939be4e Author: Rhys Arkins <rhys@keylocation.sg> Date: Thu Jan 12 09:28:58 2017 +0100 Try use strict commit 32ed86bfb6e04fe4270381dc3faa1184192a6f91 Author: Rhys Arkins <rhys@keylocation.sg> Date: Thu Jan 12 09:12:46 2017 +0100 Add package-json tests
Showing
- app/helpers/package-json.js 0 additions, 0 deletionsapp/helpers/package-json.js
- app/renovate.js 1 addition, 1 deletionapp/renovate.js
- circle.yml 3 additions, 0 deletionscircle.yml
- package.json 4 additions, 2 deletionspackage.json
- test/_fixtures/package.json/inputs/01.json 36 additions, 0 deletionstest/_fixtures/package.json/inputs/01.json
- test/_fixtures/package.json/outputs/011.json 36 additions, 0 deletionstest/_fixtures/package.json/outputs/011.json
- test/_fixtures/package.json/outputs/012.json 36 additions, 0 deletionstest/_fixtures/package.json/outputs/012.json
- test/_fixtures/package.json/outputs/013.json 36 additions, 0 deletionstest/_fixtures/package.json/outputs/013.json
- test/helpers/package-json.js 30 additions, 0 deletionstest/helpers/package-json.js
File moved
circle.yml
0 → 100644
... | @@ -6,7 +6,7 @@ | ... | @@ -6,7 +6,7 @@ |
"scripts": { | "scripts": { | ||
"lint": "eslint .", | "lint": "eslint .", | ||
"start": "node app", | "start": "node app", | ||
"test": "eslint ." | "test": "mocha --recursive --reporter spec" | ||
}, | }, | ||
"repository": { | "repository": { | ||
"type": "git", | "type": "git", | ||
... | @@ -36,9 +36,11 @@ | ... | @@ -36,9 +36,11 @@ |
"winston": "2.3.0" | "winston": "2.3.0" | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"chai": "3.5.0", | |||
"eslint": "3.13.1", | "eslint": "3.13.1", | ||
"eslint-config-airbnb-base": "11.0.1", | "eslint-config-airbnb-base": "11.0.1", | ||
"eslint-plugin-import": "2.2.0", | "eslint-plugin-import": "2.2.0", | ||
"eslint-plugin-promise": "3.4.0" | "eslint-plugin-promise": "3.4.0", | ||
"mocha": "3.2.0" | |||
} | } | ||
} | } |
test/_fixtures/package.json/inputs/01.json
0 → 100644
test/_fixtures/package.json/outputs/011.json
0 → 100644
test/_fixtures/package.json/outputs/012.json
0 → 100644
test/_fixtures/package.json/outputs/013.json
0 → 100644
test/helpers/package-json.js
0 → 100644
Please register or sign in to comment