Skip to content

feat: adding import/export capability #21

feat: adding import/export capability

feat: adding import/export capability #21

Triggered via push May 12, 2024 10:53
Status Failure
Total duration 21s
Artifacts

build.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
src/store/__test__/index.test.js > Application Store > Getters > getState: src/store/__test__/index.test.js#L26
AssertionError: expected { locale: 'en', i18n: { …(3) }, …(3) } to deeply equal { locale: 'en', theme: 'light', …(3) } - Expected + Received Object { "currency": "€", "data": Array [], "i18n": Object { + "backup": Object { + "export": "Export the data", + "import": "Import data", + }, "empty": Object { "cta": "Let's track some subscriptions!", "default": "Use the example data", "message": "Let's start by adding your subscriptions data.", "or": "or", "title": "There is nothing here!", }, "main": Object { "cta": "Add a new subscription", "delete": "Delete all", "detail": "(only active subscriptions)", "expires": "Expires on", "inactives": "with {{value}} inactive subscriptions", "list": "Your subscriptions", "monthly": "Total monthly cost:", "title": "Your stats", "total": "Total subscriptions:", "yearly": "Total yearly cost:", }, }, "locale": "en", "theme": "light", } ❯ src/store/__test__/index.test.js:26:28
build (18.15)
Process completed with exit code 1.
build (18.15)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.