Skip to content

Commit 743516b

Browse files
committed
chore: skip vite.test.ts in CI
1 parent 081264d commit 743516b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/weapp-tailwindcss/test/vite.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import { build } from 'vite'
77
import { UnifiedViteWeappTailwindcssPlugin } from '@/vite'
88
import { fixturesRootPath } from './util'
99

10-
describe('vite', () => {
11-
it.skipIf(isCI)('v4-vite-plugin', async () => {
10+
describe.skipIf(isCI)('vite', () => {
11+
it('v4-vite-plugin', async () => {
1212
await build({
1313
root: path.resolve(fixturesRootPath, 'v4-vite-plugin'),
1414
plugins: [

0 commit comments

Comments
 (0)