Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrik Meijer committed Apr 7, 2023
1 parent 5fafb3f commit eb091d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jspm_packages

# IDE
.idea
.vscode

# Worker specifics
credits.html
Expand Down
2 changes: 1 addition & 1 deletion test/node_worker.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ describe('NodeWorker', function () {
})
.then(function () {
server = testFixture.WebGME.standaloneServer(gmeConfig);
return Q.nfcall(server.start);
return server.start();
})
.then(function () {
var workerConfig = {},
Expand Down

0 comments on commit eb091d0

Please sign in to comment.