From 403ec236fffb0ed565e7c933d3608b554c007613 Mon Sep 17 00:00:00 2001 From: Leonid Date: Tue, 6 Jun 2017 15:28:13 +0200 Subject: Update schema_test.ts --- test/schema_test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/schema_test.ts b/test/schema_test.ts index 133914e6d..1c4216496 100644 --- a/test/schema_test.ts +++ b/test/schema_test.ts @@ -28,7 +28,7 @@ describe('Schema', () => { }); }); describe('BigNumber serialization', () => { - it.only('should correctly serialize BigNumbers', () => { + it('should correctly serialize BigNumbers', () => { const testCases = { '42': '42', '0': '0', -- cgit v1.2.3