Skip to content

Commit

Permalink
remove leftover .only
Browse files Browse the repository at this point in the history
  • Loading branch information
farreldarian committed Apr 10, 2024
1 parent 5f0ecb5 commit 4a98e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/usage/tests/configure-date-mode.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ test('global config', async () => {
)
})

test.only('field-level config', async () => {
test('field-level config', async () => {
const temp = await tempHandler.prepare()

await Bun.write(
Expand Down

0 comments on commit 4a98e3d

Please sign in to comment.