From 0b3bd918838f3e8daf61d055a76cf4c95a2b48af Mon Sep 17 00:00:00 2001 From: Andreas Holstenson Date: Sat, 28 Sep 2019 19:33:06 +0200 Subject: [PATCH] chore: Activate all enum tests --- test/value.enum.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/value.enum.test.ts b/test/value.enum.test.ts index 2754ec3..14e896c 100644 --- a/test/value.enum.test.ts +++ b/test/value.enum.test.ts @@ -98,7 +98,7 @@ describe('Value: Enumeration', function() { }); }); - it.only('Typing `B`', function() { + it('Typing `B`', function() { return resolver.match('orders for b', { partial: true }) .then(results => { expect(results.matches.length).toEqual(2);