Skip to content

Commit

Permalink
chore: Activate all enum tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aholstenson committed Sep 28, 2019
1 parent 6d3652d commit 0b3bd91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/value.enum.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 0b3bd91

Please sign in to comment.