We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05d6a90 commit 977f505Copy full SHA for 977f505
packages/unplugin-tailwindcss-mangle/test/path.test.ts
@@ -4,6 +4,6 @@ describe('path', () => {
4
it('should be', () => {
5
const context = 'C:\\github-workspace\\tailwindcss-mangle\\apps\\next-app\\.next\\'
6
const target = path.resolve('C:\\github-workspace\\tailwindcss-mangle\\apps\\next-app\\.next\\server\\chunks', '../pages/_app.js')
7
- expect(path.relative(context, target)).toBe('')
+ expect(path.relative(context, target)).toBe('server\\pages\\_app.js')
8
})
9
0 commit comments