We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 680d451 commit 384c7f1Copy full SHA for 384c7f1
2 files changed
package.json
@@ -51,8 +51,8 @@
51
"babel-register": "^6.14.0",
52
"chai": "^3.5.0",
53
"eslint": "^3.8.1",
54
- "eslint-config-airbnb-base": "^9.0.0",
55
- "eslint-plugin-babel": "^3.3.0",
+ "eslint-config-airbnb-base": "^11.0.0",
+ "eslint-plugin-babel": "^4.0.0",
56
"eslint-plugin-import": "^2.0.1",
57
"mocha": "^3.0.2",
58
"nodemon": "^1.10.2"
test/setup.js
@@ -16,7 +16,7 @@ function loadFixtures(server) {
16
module.exports = async function testSetup() {
17
const server = await createServer();
18
19
- return await dropDatabase(server)
+ await dropDatabase(server)
20
.then(() => loadFixtures(server))
21
.then(() => server);
22
};
0 commit comments