Skip to content

fix: cleaned logical part, changed variable names #91

fix: cleaned logical part, changed variable names

fix: cleaned logical part, changed variable names #91

Triggered via push December 8, 2025 14:14
Status Failure
Total duration 43s
Artifacts

test-build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

6 errors
deploy
Process completed with exit code 1.
tests/PriceEstimator.test.ts > PriceEstimator > Total Calculations > Updates totals when multiple labs are added with compute and storage: tests/PriceEstimator.test.ts#L390
TypeError: Cannot set properties of undefined (setting 'computeCost') ❯ tests/PriceEstimator.test.ts:390:34
tests/PriceEstimator.test.ts > PriceEstimator > Total Calculations > updates storage total when lab card storage changes: tests/PriceEstimator.test.ts#L355
TypeError: priceEstimatorStore.updateAddedStorage is not a function ❯ tests/PriceEstimator.test.ts:355:27
tests/PriceEstimator.test.ts > PriceEstimator > Total Calculations > updates compute price total when lab card compute changes: tests/PriceEstimator.test.ts#L332
TypeError: priceEstimatorStore.updateCostSummary is not a function ❯ tests/PriceEstimator.test.ts:332:27
tests/PriceEstimator.test.ts > PriceEstimator > Lab Management > removes all labs: tests/PriceEstimator.test.ts#L318
TypeError: Cannot read properties of undefined (reading 'computeCost') ❯ tests/PriceEstimator.test.ts:318:41
tests/PriceEstimator.test.ts > PriceEstimator > Lab Management > adds a new lab card: tests/PriceEstimator.test.ts#L294
AssertionError: expected 'Lab 1' to be 'Lab' // Object.is equality Expected: "Lab" Received: "Lab 1" ❯ tests/PriceEstimator.test.ts:294:49