diff --git a/test/script.spec.ts b/test/script.spec.ts index 477e8fd51..1e9b3f523 100644 --- a/test/script.spec.ts +++ b/test/script.spec.ts @@ -2,7 +2,7 @@ import * as assert from 'assert'; import { describe, it } from 'mocha'; import { script } from '../ts_src'; -describe.only('script', () => { +describe('script', () => { describe('toASM', () => { it('converts OP_CHECKLOCKTIMEVERIFY correctly', () => { const asm = 'OP_CHECKLOCKTIMEVERIFY';