@0x/contracts-test-utils: Tweak mocha blockchain extensions tests.

This commit is contained in:
Lawrence Forman 2019-07-28 01:18:02 -04:00
parent 020b953166
commit 9792246970

View File

@ -29,7 +29,7 @@ blockchainTests('mocha blockchain extensions', env => {
});
});
blockchainTests(/*.only*/ 'only', () => {
blockchainTests/*.only*/('only', () => {
it.skip("can't test `only` :-(", () => {
// no-op.
});