Skip to content

fix: Fixed issues with price not updating correctly #82

fix: Fixed issues with price not updating correctly

fix: Fixed issues with price not updating correctly #82

Triggered via push December 3, 2025 10:51
Status Failure
Total duration 36s
Artifacts

test-build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
tests/PriceEstimator.test.ts > PriceEstimator > Total Calculations > updates compute price total when lab card compute changes: tests/PriceEstimator.test.ts#L418
TypeError: vm.updateLabCardCompute is not a function ❯ tests/PriceEstimator.test.ts:418:10
tests/PriceEstimator.test.ts > PriceEstimator > Lab Management > removes all labs: tests/PriceEstimator.test.ts#L394
TypeError: Cannot read properties of undefined (reading 'length') ❯ tests/PriceEstimator.test.ts:394:26
tests/PriceEstimator.test.ts > PriceEstimator > Lab Management > removes a lab card: tests/PriceEstimator.test.ts#L373
TypeError: Cannot read properties of undefined (reading 'length') ❯ tests/PriceEstimator.test.ts:373:26
tests/PriceEstimator.test.ts > PriceEstimator > Lab Management > adds a new lab card: tests/PriceEstimator.test.ts#L347
TypeError: Cannot read properties of undefined (reading 'length') ❯ tests/PriceEstimator.test.ts:347:26
tests/PriceEstimator.test.ts > PriceEstimator > Storage Cost Calculation > returns empty object for no storage: tests/PriceEstimator.test.ts#L330
TypeError: vm.calculateStorageCost is not a function ❯ tests/PriceEstimator.test.ts:330:25
tests/PriceEstimator.test.ts > PriceEstimator > Storage Cost Calculation > calculates storage across multiple labs correctly: tests/PriceEstimator.test.ts#L277
TypeError: Cannot set properties of undefined (setting 'storagePrices') ❯ tests/PriceEstimator.test.ts:277:20
tests/PriceEstimator.test.ts > PriceEstimator > Storage Cost Calculation > calculates mixed storage types correctly: tests/PriceEstimator.test.ts#L230
TypeError: Cannot set properties of undefined (setting 'storagePrices') ❯ tests/PriceEstimator.test.ts:230:20
tests/PriceEstimator.test.ts > PriceEstimator > Storage Cost Calculation > calculates HDD storage cost correctly for first 10 TB: tests/PriceEstimator.test.ts#L193
TypeError: Cannot set properties of undefined (setting 'storagePrices') ❯ tests/PriceEstimator.test.ts:193:20
tests/PriceEstimator.test.ts > PriceEstimator > Storage Cost Calculation > calculates NVME storage cost correctly for 110 TB (all three tiers): tests/PriceEstimator.test.ts#L154
TypeError: Cannot set properties of undefined (setting 'storagePrices') ❯ tests/PriceEstimator.test.ts:154:20
tests/PriceEstimator.test.ts > PriceEstimator > Storage Cost Calculation > calculates NVME storage cost correctly for 15 TB (crosses first tier): tests/PriceEstimator.test.ts#L115
TypeError: Cannot set properties of undefined (setting 'storagePrices') ❯ tests/PriceEstimator.test.ts:115:20