Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mpetrunic committed Sep 26, 2022
1 parent 6b74e39 commit 768b90b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions test/basic.spec.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
import fs from 'fs';
import path from 'path';

import { expect, use } from 'chai';
import chaiAsPromised from 'chai-as-promised';
import { Page } from 'puppeteer';
Expand All @@ -26,7 +23,7 @@ describe('basic interactions', async function () {
await clickElement(testPage, '.connect-button');
await metamask.approve();
} catch (e) {
console.error(e);
//ignored
}
});

Expand Down
2 changes: 1 addition & 1 deletion test/contract.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ describe('contract interactions', async function () {
await clickElement(testPage, '.connect-button');
await metamask.approve();
} catch (e) {
console.error(e);
//ignored
}
});

Expand Down

0 comments on commit 768b90b

Please sign in to comment.