Fix linter

This commit is contained in:
Leonid Logvinov
2019-02-07 13:35:50 +01:00
parent 53fe08a348
commit b54bafe1c5

View File

@@ -24,7 +24,7 @@ describe('#Compiler', function(): void {
contracts: constants.contracts,
};
it('should create a Compiler with empty opts', async () => {
const _compiler = new Compiler();
const _compiler = new Compiler(); // tslint:disable-line no-unused-variable
});
it('should create an Exchange artifact with the correct unlinked binary', async () => {
compilerOpts.contracts = ['Exchange'];