From 038b3127dbb74c735ae13ebb6040812adbd02e9e Mon Sep 17 00:00:00 2001 From: moebiusmania Date: Sun, 12 May 2024 12:59:49 +0200 Subject: [PATCH] fix: test --- .github/workflows/build.yml | 2 +- src/store/__test__/index.test.js | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0467b9d..70fa38e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: - node-version: [18.15] + node-version: [20.12] steps: - uses: actions/checkout@v3 diff --git a/src/store/__test__/index.test.js b/src/store/__test__/index.test.js index 9e39346..bc12eff 100644 --- a/src/store/__test__/index.test.js +++ b/src/store/__test__/index.test.js @@ -48,6 +48,10 @@ describe("Application Store", () => { or: "or", default: "Use the example data", }, + backup: { + export: "Export the data", + import: "Import data", + }, }, }); });