Skip to content

Commit 9abaa1c

Browse files
authored
Merge pull request #316 from taplytics/fix-environment-super
2 parents f6f2414 + 7fe769e commit 9abaa1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

environment.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ const globalConfigPath = path.join(cwd, 'globalConfig.json');
1414
let mongo = new MongoMemoryServer(getMongodbMemoryOptions());
1515

1616
module.exports = class MongoEnvironment extends NodeEnvironment {
17-
constructor(config) {
18-
super(config);
17+
constructor(config, context) {
18+
super(config, context);
1919
}
2020

2121
async setup() {

0 commit comments

Comments
 (0)