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 081264d commit 743516bCopy full SHA for 743516b
packages/weapp-tailwindcss/test/vite.test.ts
@@ -7,8 +7,8 @@ import { build } from 'vite'
7
import { UnifiedViteWeappTailwindcssPlugin } from '@/vite'
8
import { fixturesRootPath } from './util'
9
10
-describe('vite', () => {
11
- it.skipIf(isCI)('v4-vite-plugin', async () => {
+describe.skipIf(isCI)('vite', () => {
+ it('v4-vite-plugin', async () => {
12
await build({
13
root: path.resolve(fixturesRootPath, 'v4-vite-plugin'),
14
plugins: [
0 commit comments