We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4db338a commit c57ea64Copy full SHA for c57ea64
packages/@tailwindcss-postcss/src/index.test.ts
@@ -268,14 +268,14 @@ describe('@content', () => {
268
269
expect(result.messages).toContainEqual({
270
type: 'dependency',
271
- file: expect.stringMatching(/other-project\/src\/index.js$/g),
+ file: expect.stringMatching(/other-project[\\/]src[\\/]index.js$/g),
272
parent: expect.any(String),
273
plugin: '@tailwindcss/postcss',
274
})
275
276
277
type: 'dir-dependency',
278
- dir: expect.stringMatching(/other-project\/src/),
+ dir: expect.stringMatching(/other-project[\\/]src/),
279
glob: '**/*.js',
280
281
0 commit comments