Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
chore: reenable windows symlink test (#1713)
Browse files Browse the repository at this point in the history
  • Loading branch information
Skn0tt committed Apr 3, 2024
1 parent 1aefa6e commit 7c7ce09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/symlinked_included_files.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ test.skipIf(platform() === 'win32')('Symlinked directories from `includedFiles`
})
})

test.skipIf(platform() === 'win32')('symlinks in subdir of `includedFiles` are copied over successfully', async () => {
test('symlinks in subdir of `includedFiles` are copied over successfully', async () => {
const { path: tmpDir } = await getTmpDir({ prefix: 'zip-it-test' })
const basePath = join(FIXTURES_ESM_DIR, 'symlinked-bin')
const mainFile = join(basePath, 'function.ts')
Expand Down Expand Up @@ -98,7 +98,7 @@ test.skipIf(platform() === 'win32')('symlinks in subdir of `includedFiles` are c
'___netlify-bootstrap.mjs': false,
'___netlify-entry-point.mjs': false,
'function.cjs': false,
'subproject/node_modules/.bin/cli.js': true,
'subproject/node_modules/tool/cli.js': false,
[join('subproject/node_modules/.bin/cli.js')]: true,
[join('subproject/node_modules/tool/cli.js')]: false,
})
})

1 comment on commit 7c7ce09

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⏱ Benchmark results

  • largeDepsEsbuild: 1.3s
  • largeDepsNft: 5.2s
  • largeDepsZisi: 10.2s

Please sign in to comment.