Skip to content

Commit

Permalink
test: remove only
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed May 1, 2023
1 parent 9116f21 commit 2002aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/tree.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ describe('Tree', () => {
})
})

it.only('can ignore dot nesting', () => {
it('can ignore dot nesting', () => {
const tree = createPrefixTree({
...DEFAULT_OPTIONS,
pathParser: {
Expand Down

0 comments on commit 2002aa9

Please sign in to comment.