Skip to content

Commit

Permalink
Fixed dependencies after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
olegtarasov committed Feb 12, 2024
1 parent 6b70e12 commit 04dd9bd
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 73 deletions.
4 changes: 2 additions & 2 deletions __tests__/main.test.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
describe('TODO - Add a test suite', () => {
it('TODO - Add a test', async () => {});
});
it('TODO - Add a test', async () => {})
})
120 changes: 50 additions & 70 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,11 @@
"eslint": "^8.26.0",
"eslint-plugin-github": "^4.10.1",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-prettier": "^5.1.3",
"jest": "^26.6.3",
"jest-circus": "^29.2.2",
"js-yaml": "^4.1.0",
"prettier": "2.7.1",
"prettier": "^3.2.5",
"ts-jest": "^26.4.4",
"typescript": "^4.8.4"
}
Expand Down

0 comments on commit 04dd9bd

Please sign in to comment.