Skip to content

Commit 84bf57a

Browse files
committed
chore: bump version
1 parent 6551f31 commit 84bf57a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/tailwindcss-patch/test/pkg.test.ts

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
import { isCI } from 'ci-info'
12
import { getPackageInfoSync } from 'local-pkg'
23

3-
describe('pkg', () => {
4+
describe.skipIf(isCI)('pkg', () => {
45
it('tailwindcss', () => {
56
const tailwindcss = getPackageInfoSync('tailwindcss')
67
expect(tailwindcss?.packageJson.version).toBe('3.4.17')
@@ -27,6 +28,6 @@ describe('pkg', () => {
2728

2829
it('tailwindcss4', () => {
2930
const tailwindcss = getPackageInfoSync('tailwindcss-4')
30-
expect(tailwindcss?.packageJson.version).toBe('4.0.0')
31+
expect(tailwindcss?.packageJson.version).toBe('4.0.6')
3132
})
3233
})

0 commit comments

Comments
 (0)