chore(deps-dev): bump fast-uri from 3.1.2 to 3.1.5 #26
Annotations
3 errors and 2 warnings
|
unit-tests
Process completed with exit code 1.
|
|
tests/unit/use-get-all-settings.test.ts > useGetAllSettings > maps loaded plugin settings into the resolved settings object:
tests/unit/use-get-all-settings.test.ts#L48
AssertionError: expected { pingSoundEnabled: false, …(5) } to deeply equal { pingSoundEnabled: false, …(4) }
- Expected
+ Received
{
"browserNotificationEnabled": true,
+ "modalUiScale": 1,
"pickedUserTimeWindow": 20,
"pingSoundEnabled": false,
"pingSoundUrl": "resources/sounds/alarm.mp3",
"preventCloseDelaySeconds": 5,
}
❯ tests/unit/use-get-all-settings.test.ts:48:28
|
|
tests/unit/use-get-all-settings.test.ts > useGetAllSettings > returns the defaults while settings are still loading:
tests/unit/use-get-all-settings.test.ts#L28
AssertionError: expected { pingSoundEnabled: true, …(5) } to deeply equal { pingSoundEnabled: true, …(4) }
- Expected
+ Received
{
"browserNotificationEnabled": false,
+ "modalUiScale": 1,
"pickedUserTimeWindow": 10,
"pingSoundEnabled": true,
"pingSoundUrl": "resources/sounds/doorbell.mp3",
"preventCloseDelaySeconds": 1,
}
❯ tests/unit/use-get-all-settings.test.ts:28:28
|
|
unit-tests
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
unit-tests
No files were found with the provided path: coverage/. No artifacts will be uploaded.
|