* Fixes CI

* Fix client jest dependency
Этот коммит содержится в:
Miguel de la Cruz
2023-06-15 09:45:54 +02:00
коммит произвёл GitHub
родитель b8858c4582
Коммит 5d66883b04
4 изменённых файлов: 921 добавлений и 989 удалений

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

@@ -42,7 +42,7 @@ function loadRemoteModules() {
* Note that these import paths must be statically defined or else they won't be found at runtime. They
* can't be constructed based on the name of a product at runtime.
*/
const products: any[] = [ ];
const products: any[] = [];
await Promise.all(products.map(async (product) => {
if (!REMOTE_CONTAINERS[product.id]) {

1895
webapp/package-lock.json сгенерированный

Разница между файлами не показана из-за своего большого размера Загрузить разницу

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

@@ -35,5 +35,8 @@
"test": "jest",
"test-ci": "jest --ci --forceExit --detectOpenHandles --maxWorkers=100%",
"clean": "rm -rf lib node_modules tsconfig.tsbuildinfo"
},
"devDependencies": {
"jest": "27.1.0"
}
}