Skip to content

Commit

Permalink
updt test folder to .ts ext, updt actions/checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
okrayum committed Jun 10, 2024
1 parent 7e18dd8 commit 3ce86b1
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Node.js
uses: actions/setup-node@v4
Expand Down
11 changes: 11 additions & 0 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@typescript-eslint/eslint-plugin": "^7.2.0",
Expand Down
2 changes: 1 addition & 1 deletion client/tests/mock.test.js → client/tests/mock.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// mock.test.js
// mock.test.ts
test('adds 1 + 2 to equal 3', () => {
expect(1 + 2).toBe(3);
});

0 comments on commit 3ce86b1

Please sign in to comment.