Skip to content

Commit 2df6ae8

Browse files
authored
test: adds types for testing (#435)
1 parent 6325bca commit 2df6ae8

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,19 @@
2222
"email": "[email protected]"
2323
},
2424
"devDependencies": {
25+
"@types/jest": "^24.0.18",
2526
"all-contributors-cli": "^6.7.0",
2627
"commitizen": "^3.1.1",
2728
"cz-conventional-changelog": "2.1.0",
2829
"eslint": "^6.1.0",
2930
"eslint-config-airbnb-base": "^14.0.0",
3031
"eslint-config-prettier": "^6.0.0",
3132
"eslint-plugin-prettier": "^3.1.0",
32-
"prettier": "1.18.2",
33-
"prettier-package-json": "^2.1.0",
3433
"jest": "^24.8.0",
3534
"lerna": "^3.15.0",
3635
"lint-staged": "^9.2.0",
36+
"prettier": "1.18.2",
37+
"prettier-package-json": "^2.1.0",
3738
"supertest": "^4.0.2"
3839
},
3940
"config": {

yarn.lock

+12
Original file line numberDiff line numberDiff line change
@@ -1806,6 +1806,18 @@
18061806
"@types/istanbul-lib-coverage" "*"
18071807
"@types/istanbul-lib-report" "*"
18081808

1809+
"@types/jest-diff@*":
1810+
version "20.0.1"
1811+
resolved "https://registry.yarnpkg.com/@types/jest-diff/-/jest-diff-20.0.1.tgz#35cc15b9c4f30a18ef21852e255fdb02f6d59b89"
1812+
integrity sha512-yALhelO3i0hqZwhjtcr6dYyaLoCHbAMshwtj6cGxTvHZAKXHsYGdff6E8EPw3xLKY0ELUTQ69Q1rQiJENnccMA==
1813+
1814+
"@types/jest@^24.0.18":
1815+
version "24.0.18"
1816+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-24.0.18.tgz#9c7858d450c59e2164a8a9df0905fc5091944498"
1817+
integrity sha512-jcDDXdjTcrQzdN06+TSVsPPqxvsZA/5QkYfIZlq1JMw7FdP5AZylbOc+6B/cuDurctRe+MziUMtQ3xQdrbjqyQ==
1818+
dependencies:
1819+
"@types/jest-diff" "*"
1820+
18091821
"@types/json-schema@^7.0.3":
18101822
version "7.0.3"
18111823
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.3.tgz#bdfd69d61e464dcc81b25159c270d75a73c1a636"

0 commit comments

Comments
 (0)