We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 188badd commit e5a223cCopy full SHA for e5a223c
1 file changed
test/unpack.js
@@ -3043,9 +3043,7 @@ t.test('dirCache pruning unicode normalized collisions', {
3043
3044
const check = (path, dirCache, t) => {
3045
path = path.replace(/\\/g, '/')
3046
- t.strictSame([...dirCache.entries()], [
3047
- [`${path}/foo`, true],
3048
- ])
+ t.strictSame([...dirCache.entries()][0], [`${path}/foo`, true])
3049
t.equal(fs.readFileSync(path + '/foo/bar', 'utf8'), 'x')
3050
t.end()
3051
}
0 commit comments