chore: update test script to include semantic snap (#56679)

* chore: update test script to include semantic snap

* update

* Update package.json

Co-authored-by: thinkasany <480968828@qq.com>
Signed-off-by: lijianan <574980606@qq.com>

---------

Signed-off-by: lijianan <574980606@qq.com>
Co-authored-by: thinkasany <480968828@qq.com>
This commit is contained in:
lijianan
2026-01-21 09:29:06 +08:00
committed by GitHub
parent a3dcbdfae4
commit 01fdc86b39

View File

@@ -93,6 +93,7 @@
"test:site": "jest --config .jest.site.js --no-cache",
"test:site-update": "npm run site && npm run test:site -- -u",
"test:update": "jest --config .jest.js --no-cache -u",
"test:semantic:update": "npm run version && jest --config .jest.semantic.js --no-cache -u",
"test:visual-regression": "tsx scripts/visual-regression/build.ts",
"test:visual-regression:local": "tsx scripts/visual-regression/local.ts",
"token:meta": "tsx scripts/generate-token-meta.ts",