Skip to content

Commit

Permalink
Bali chadhau tere aage bali chadhau tere aage
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanblock committed Mar 2, 2024
1 parent 7108faf commit f74ed35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/src/index-plugins-test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ let mock = join(cwd, 'test', 'mock')
let pluginDir = join(mock, 'plugins')
let invalidPlugins = join(pluginDir, 'invalid')
let p = path => process.platform.startsWith('win') ? 'file://' + path : path
let __filename = url.fileURLToPath(import.meta.url)
let __filename = url.fileURLToPath(import.meta.url).replace(/\\/g, '/')
let require = module.createRequire(import.meta.url)

test('Set up env', async t => {
Expand Down

0 comments on commit f74ed35

Please sign in to comment.