Skip to content

Commit

Permalink
attempt to fix weird eslint build error.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mina Smart committed Feb 25, 2016
1 parent 5d55d74 commit b9a7dfc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -14,7 +14,7 @@
"license": "MIT",
"devDependencies": {
"amd-name-resolver": "0.0.2",
"babel-eslint": "4.1.6",
"babel-eslint": "5.0.0",
"broccoli": "0.16.9",
"broccoli-asset-rev": "2.4.1",
"broccoli-babel-transpiler": "5.5.0",
Expand All @@ -27,13 +27,14 @@
"broccoli-sane-watcher": "1.1.4",
"broccoli-static-compiler": "0.2.2",
"broccoli-uglify-sourcemap": "1.1.1",
"escope": "3.3.0",
"eslint-config-nightmare-mode": "0.3.0",
"js-string-escape": "1.0.0",
"loader.js": "3.5.0",
"pretender": "0.10.1",
"qunitjs": "1.20.0",
"rsvp": "3.1.0",
"testem": "0.9.11",
"whatwg-fetch": "^0.10.1"
"whatwg-fetch": "0.10.1"
}
}
2 changes: 1 addition & 1 deletion tests/unit/api/shop-client-test.js
Expand Up @@ -553,7 +553,7 @@ test('it utilizes the model\'s adapter and serializer during #update', function
step(4, 'resolves update with the deserialized model', assert);
assert.equal(localUpdatedModel, updatedModel);
done();
}).catch(e => {
}).catch(() => {
assert.ok(false);
done();
});
Expand Down

0 comments on commit b9a7dfc

Please sign in to comment.