Ensure components tests run on CI and remove obsolete snapshot (#23878)

* Ensure components tests run on CI and remove obsolete snapshot

* Add missing snapshots
Этот коммит содержится в:
Harrison Healey
2023-06-28 14:58:23 -04:00
коммит произвёл GitHub
родитель 9588e08a00
Коммит e8353d2982
2 изменённых файлов: 2 добавлений и 9 удалений

Просмотреть файл

@@ -9,6 +9,7 @@
"build": "rollup -c",
"run": "rollup -c --watch",
"test": "cross-env TZ=Etc/UTC jest",
"test-ci": "cross-env TZ=Etc/UTC jest",
"clean": "rm -rf dist node_modules tsconfig.tsbuildinfo .rollup.cache"
},
"devDependencies": {