remove only

This commit is contained in:
Fabio Berger
2018-06-21 17:27:26 +02:00
parent ada5428df7
commit 323e8756ba

View File

@@ -17,7 +17,7 @@ chaiSetup.configure();
const expect = chai.expect;
const blockchainLifecycle = new BlockchainLifecycle(web3Wrapper);
describe.only('Authorizable', () => {
describe('Authorizable', () => {
let owner: string;
let notOwner: string;
let address: string;