Skip to content

Commit

Permalink
remove only in model tests, updated package version
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikbeneke committed Dec 5, 2016
1 parent 44b472a commit f14a00c
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": "hapi-harvester",
"version": "0.5.2",
"version": "0.5.3",
"description": "Harvester Hapi Plugin",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion test/modelsOnly.spec.js → test/model.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const schema = {
}
}

describe.only('Model syntax sugar', function () {
describe('Model syntax sugar', function () {

beforeEach(function () {
return utils.buildDefaultServer()
Expand Down

0 comments on commit f14a00c

Please sign in to comment.