Server/project/src
Refringe 047884e9c7
Additional InsuranceController Tests
- Adds tests for the remaining methods in the `InsuranceController`.
- Adds a `countAllInsuranceItems()` method to the `InsuranceController`.
- Adds the Vitest UI and coverage packages.
- Updates the `profileInsuranceFactory` to use second-epoch dates instead of millisecond-epoch dates.
- Updates the `InsuranceController.fetchHideoutItemParent()` method to log a warning when an item with a slotId of 'hideout' cannot be found.

TODO:
- The Vitest coverage options are not working.
2023-11-03 17:39:33 -04:00
..
callbacks First pass at handling the cancellation of a hideout craft. 2023-10-28 15:53:13 +01:00
context Import path alias on the whole project (!157) 2023-10-19 17:21:17 +00:00
controllers Additional InsuranceController Tests 2023-11-03 17:39:33 -04:00
di Merge branch '3.8.0' into testing-redux 2023-11-02 01:56:18 -04:00
generators Rename function getAllSeasonalEventItems() to getInactiveSeasonalEventItems() 2023-11-01 11:35:05 +00:00
helpers Merge branch '3.8.0' into testing-redux 2023-11-02 01:56:18 -04:00
ide Import path alias on the whole project (!157) 2023-10-19 17:21:17 +00:00
loaders A few changes to Watermark and Error Handling 2023-10-29 22:20:33 +00:00
models Merge branch 'master' of https://dev.sp-tarkov.com/SPT-AKI/Server into 3.8.0 2023-10-31 19:10:23 +00:00
routers Send correct data to client to inform it craft has been cancelled 2023-10-28 17:48:37 +01:00
servers Log profile save action into console window, not log file 2023-10-30 15:14:26 +00:00
services Merge branch 'master' of https://dev.sp-tarkov.com/SPT-AKI/Server into 3.8.0 2023-11-01 11:35:18 +00:00
utils A few changes to Watermark and Error Handling 2023-10-29 22:20:33 +00:00
ErrorHandler.ts A few changes to Watermark and Error Handling 2023-10-29 22:20:33 +00:00
Program.ts A few changes to Watermark and Error Handling 2023-10-29 22:20:33 +00:00