Skip to content
This repository was archived by the owner on Jun 10, 2021. It is now read-only.

Commit 68d730e

Browse files
committed
Fix test
1 parent 1931330 commit 68d730e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/index.test.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ const clearDown = function (browser, done) {
4545
console.log('No tokens.json found for teardown. Either set E2E_TEST_TOKEN in your environment or create the file in /tests');
4646
}
4747
}
48-
done();
49-
return
5048
if (token) {
5149
console.log(`${Project.api}e2etests/teardown/`, token.trim());
5250
fetch(`${Project.api}e2etests/teardown/`, {

0 commit comments

Comments
 (0)