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

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-ssg committed Nov 8, 2020
1 parent 1931330 commit 68d730e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ const clearDown = function (browser, done) {
console.log('No tokens.json found for teardown. Either set E2E_TEST_TOKEN in your environment or create the file in /tests');
}
}
done();
return
if (token) {
console.log(`${Project.api}e2etests/teardown/`, token.trim());
fetch(`${Project.api}e2etests/teardown/`, {
Expand Down

0 comments on commit 68d730e

Please sign in to comment.