@openmrs/esm-laboratory-app 1.3.2-pre.1545 → 1.3.2-pre.1546
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/cache/c52e0a6471451313-meta.json +1 -0
- package/.turbo/cache/c52e0a6471451313.tar.zst +0 -0
- package/.turbo/turbo-build.log +4 -4
- package/dist/3013.js +1 -1
- package/dist/3013.js.map +1 -1
- package/dist/main.js +1 -1
- package/dist/main.js.map +1 -1
- package/dist/openmrs-esm-laboratory-app.js.buildmanifest.json +6 -6
- package/dist/routes.json +1 -1
- package/package.json +11 -11
- package/src/components/add-test-order/add-test-order-button.test.tsx +14 -13
- package/src/components/orders-table/orders-data-table.test.tsx +8 -7
- package/src/lab-tabs/actions/add-lab-request-results-action.component.test.tsx +3 -2
- package/src/lab-tabs/modals/pickup-lab-request-modal.test.tsx +10 -9
- package/src/lab-tabs/modals/reject-lab-request-modal.test.tsx +10 -9
- package/tools/setup-tests.ts +5 -1
- package/vitest.config.ts +40 -0
- package/.turbo/cache/564bb8d04dfe9769-meta.json +0 -1
- package/.turbo/cache/564bb8d04dfe9769.tar.zst +0 -0
- package/jest.config.js +0 -35
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"hash":"c52e0a6471451313","duration":10391}
|
|
Binary file
|
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
[1m[33mWARNING[39m[22m in [33mâš [0m asset size limit: The following asset(s) exceed the recommended size limit (244.141 KiB). This can impact web performance.
|
|
2
2
|
│ Assets:
|
|
3
|
-
│ main.js (541.
|
|
4
|
-
│ 3013.js (
|
|
3
|
+
│ main.js (541.435 KiB)
|
|
4
|
+
│ 3013.js (276.061 KiB)
|
|
5
5
|
│ 4976.js (1.748 MiB)
|
|
6
6
|
[0m
|
|
7
7
|
|
|
8
8
|
[1m[33mWARNING[39m[22m in [33mâš [0m entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244.141 KiB). This can impact web performance.
|
|
9
9
|
│ Entrypoints:
|
|
10
|
-
│ main (541.
|
|
10
|
+
│ main (541.435 KiB)
|
|
11
11
|
│ main.js
|
|
12
12
|
[0m
|
|
13
13
|
|
|
14
|
-
Rspack compiled with [1m[33m2 warnings[39m[22m in 8.
|
|
14
|
+
Rspack compiled with [1m[33m2 warnings[39m[22m in 8.21 s
|