Remove dangling only

This commit is contained in:
Jaco Greeff 2016-11-17 14:07:34 +01:00
parent 139e66932d
commit 1b5f7f2241

View File

@ -16,7 +16,7 @@
import { createHttpApi } from '../../../../test/e2e/ethapi'; import { createHttpApi } from '../../../../test/e2e/ethapi';
describe.only('ethapi.trace', () => { describe('ethapi.trace', () => {
const ethapi = createHttpApi(); const ethapi = createHttpApi();
describe('block', () => { describe('block', () => {