We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad49b21 commit 7cb8893Copy full SHA for 7cb8893
1 file changed
test/dlx-binary.test.ts
@@ -92,8 +92,7 @@ describe('dlx-binary', () => {
92
93
expect(cachePath).toBeDefined()
94
expect(cachePath).toContain('.socket')
95
- expect(cachePath).toContain('cache')
96
- expect(cachePath).toContain('dlx')
+ expect(cachePath).toContain('_dlx')
97
// Should not contain backslashes on any platform
98
expect(cachePath.includes('\\')).toBe(false)
99
})
0 commit comments