Skip to content

Commit 4bffa2a

Browse files
committed
chore: add bench test
1 parent cbb866e commit 4bffa2a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
"build:apps": "turbo run build --filter=./apps/*",
5151
"build:pkg": "turbo run build --filter=./packages/*",
5252
"test": "vitest run",
53+
"test:bench": "vitest bench",
5354
"test:plugins": "vitest run --coverage.enabled --coverage.all=false --project=@weapp-tailwindcss/*",
5455
"test:typography": "vitest run --coverage.enabled --coverage.all=false --project=@weapp-tailwindcss/typography",
5556
"test:core": "vitest run --coverage.enabled --coverage.all=false --project=weapp-tailwindcss",
@@ -58,6 +59,7 @@
5859
"e2e": "vitest run -c ./e2e/vitest.e2e.config.ts",
5960
"e2e:dev": "vitest -c ./e2e/vitest.e2e.config.ts",
6061
"e2e:u": "vitest run -u -c ./e2e/vitest.e2e.config.ts",
62+
"e2e:u:native": "vitest run -u -c ./e2e/vitest.e2e.config.ts --exclude ./e2e/index.test.ts",
6163
"demo:build": "tsx scripts/demo/build.ts --babel && pnpm run build:apps",
6264
"demo:install": "tsx scripts/demo/install.ts",
6365
"demo:install:beta": "tsx scripts/demo/install.ts --beta",

0 commit comments

Comments
 (0)