Skip to content

Commit 038b312

Browse files
committed
fix: test
1 parent 1f863a2 commit 038b312

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
strategy:
1212
matrix:
13-
node-version: [18.15]
13+
node-version: [20.12]
1414

1515
steps:
1616
- uses: actions/checkout@v3

src/store/__test__/index.test.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ describe("Application Store", () => {
4848
or: "or",
4949
default: "Use the example data",
5050
},
51+
backup: {
52+
export: "Export the data",
53+
import: "Import data",
54+
},
5155
},
5256
});
5357
});

0 commit comments

Comments
 (0)