Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
koshic committed Oct 14, 2023
1 parent dfbd5e1 commit 92a1d70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests-node/esmock.node.resolver-pnp.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ test.beforeEach(() => {
delete pnpapi.resolveRequest
})

test('should work with pnp resolver', async (t) => {
test('should work with pnp resolver', async t => {
if (!module.register)
return assert.ok('skip test')

Expand Down

0 comments on commit 92a1d70

Please sign in to comment.