Skip to content

Commit

Permalink
increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
Carmine DiMascio committed Mar 22, 2019
1 parent 3d23e95 commit 4b19593
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "express-middleware-openapi",
"version": "0.1.16-alpha",
"version": "0.1.17-alpha",
"description": "",
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion test/routes.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ describe(packageJson.name, () => {
}));
});

describe.only('POST failures', () => {
describe('POST failures', () => {
it('should return 200 when post props are met', async () =>
request(app)
.post('/v1/unknown-route')
Expand Down

0 comments on commit 4b19593

Please sign in to comment.