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);