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 69b3343 commit a4c226e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/esmockResolver.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import resolvewithplus from 'resolvewithplus'

const pnpResolver = process.versions.pnp && (await import('./pnpResolver.js')).default;
const pnpResolver = process.versions.pnp &&
(await import('./pnpResolver.js')).default

export default async opts => opts.resolver || pnpResolver || resolvewithplus

0 comments on commit a4c226e

Please sign in to comment.