Skip to content

Commit afb098e

Browse files
authored
Bump api-schema-builder for readOnly and writeOnly support (#84)
* add mocharc file * bump api-shcema-builder
1 parent d0a4ec1 commit afb098e

3 files changed

Lines changed: 31 additions & 43 deletions

File tree

.mocharc.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
const os = require('os');
2+
3+
module.exports = {
4+
forbidOnly: os.platform() !== 'darwin', // fail the pipeline whenever .only is commited to the tests
5+
recursive: true,
6+
exit: true
7+
};

package-lock.json

Lines changed: 20 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"author": "Idan Tovi",
5757
"license": "Apache-2.0",
5858
"dependencies": {
59-
"api-schema-builder": "^1.1.2",
59+
"api-schema-builder": "^1.1.3",
6060
"memoizee": "^0.4.14"
6161
},
6262
"devDependencies": {
@@ -71,7 +71,7 @@
7171
"eslint": "^5.16.0",
7272
"eslint-config-standard": "^12.0.0",
7373
"eslint-plugin-chai-friendly": "^0.4.1",
74-
"eslint-plugin-import": "^2.18.0",
74+
"eslint-plugin-import": "^2.18.2",
7575
"eslint-plugin-mocha": "^5.3.0",
7676
"eslint-plugin-node": "^9.1.0",
7777
"eslint-plugin-promise": "^4.2.1",
@@ -81,8 +81,8 @@
8181
"koa-bodyparser": "^4.2.1",
8282
"koa-multer": "^1.0.2",
8383
"koa-router": "^7.4.0",
84-
"mocha": "^6.1.4",
85-
"multer": "^1.4.1",
84+
"mocha": "^6.2.0",
85+
"multer": "^1.4.2",
8686
"nyc": "^14.1.1",
8787
"request": "^2.88.0",
8888
"rewire": "^4.0.1",

0 commit comments

Comments
 (0)