-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
163 lines (163 loc) · 4.8 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
{
"name": "jest-codelab",
"version": "1.0.0",
"description": "Learning javascript unit test framework - Jest by examples",
"main": "",
"scripts": {
"test": "jest --coverage --maxWorkers=2",
"test:rewire": "ts-node -O '{\"module\":\"commonjs\"}' node_modules/jest/bin/jest.js",
"test:w": "jest --watch",
"test:coverage": "npm t --coverage",
"yarn:import": "rm -rf ./yarn.lock && yarn import",
"coverall": "npm t -- --coverage --coverageReporters=text-lcov --colors | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mrdulin/jest-codelab.git"
},
"keywords": [
"unit testing",
"testing",
"jestjs",
"mock",
"enzyme",
"integration test",
"react",
"spy"
],
"author": "mrdulin <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/mrdulin/jest-codelab/issues"
},
"homepage": "https://github.com/mrdulin/jest-codelab#readme",
"devDependencies": {
"@babel/polyfill": "^7.6.0",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@types/amqplib": "^0.5.13",
"@types/bcrypt": "^3.0.0",
"@types/body-parser": "^1.17.1",
"@types/busboy": "^0.2.3",
"@types/chai": "^4.2.13",
"@types/cors": "^2.8.6",
"@types/dotenv": "^6.1.1",
"@types/enzyme": "^3.10.3",
"@types/enzyme-adapter-react-16": "^1.0.5",
"@types/express": "^4.17.1",
"@types/faker": "^4.1.6",
"@types/fs-extra": "^8.0.1",
"@types/fs-readfile-promise": "^3.0.0",
"@types/got": "^9.6.11",
"@types/jest": "^24.0.20",
"@types/jquery": "^3.3.31",
"@types/jsdom": "^12.2.4",
"@types/koa": "^2.0.51",
"@types/koa-router": "^7.0.42",
"@types/lodash": "^4.14.144",
"@types/mailgun-js": "^0.22.3",
"@types/moment-timezone": "^0.5.12",
"@types/mongoose": "^5.5.23",
"@types/node": "^12.11.7",
"@types/node-fetch": "^2.5.2",
"@types/pg": "^7.11.2",
"@types/react": "^16.9.11",
"@types/react-dom": "^16.9.3",
"@types/react-native": "^0.60.14",
"@types/react-redux": "^7.1.5",
"@types/react-router": "^5.1.2",
"@types/react-router-dom": "^5.1.0",
"@types/react-test-renderer": "^16.9.1",
"@types/redux-mock-store": "^1.0.1",
"@types/request-promise": "^4.1.44",
"@types/rewire": "^2.5.28",
"@types/socket.io": "^2.1.4",
"@types/socket.io-client": "^1.4.33",
"@types/supertest": "^2.0.8",
"chai": "^4.2.0",
"coveralls": "^3.0.7",
"dotenv": "^8.2.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.15.1",
"faker": "^4.1.0",
"jest": "^24.9.0",
"jest-environment-enzyme": "^7.1.1",
"jest-enzyme": "^7.1.1",
"jsdom": "^15.2.0",
"moxios": "^0.4.0",
"nock": "^11.7.0",
"prettier": "^1.19.1",
"react-test-renderer": "^16.11.0",
"redux-mock-store": "^1.5.3",
"rewire": "^4.0.1",
"simple-git": "^1.131.0",
"supertest": "^4.0.2",
"ts-jest": "^24.1.0",
"ts-node": "^8.4.1",
"tslint": "^5.20.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.6.4"
},
"dependencies": {
"@google-cloud/datastore": "^6.1.0",
"@google-cloud/secret-manager": "^3.2.2",
"@react-native-community/netinfo": "^4.4.0",
"@sendgrid/mail": "^6.4.0",
"@testing-library/react-hooks": "^3.4.1",
"amqplib": "^0.6.0",
"aws-sdk": "^2.558.0",
"axios": "^0.19.0",
"bcrypt": "^3.0.6",
"bluebird": "^3.7.2",
"body-parser": "^1.19.0",
"busboy": "^0.3.1",
"cors": "^2.8.5",
"csvtojson": "^1.1.12",
"date-fns": "^2.8.1",
"detect-node": "^2.0.4",
"expo-sqlite": "^8.4.0",
"express": "^4.17.1",
"express-xml-bodyparser": "^0.3.0",
"firebase": "^7.22.1",
"formidable": "^1.2.1",
"fs-extra": "^8.1.0",
"fs-readfile-promise": "^3.0.1",
"got": "^11.7.0",
"inquirer": "^7.0.1",
"jquery": "^3.5.0",
"jwt-decode": "^2.2.0",
"knex": "^0.21.5",
"koa": "^2.11.0",
"koa-router": "^7.4.0",
"lodash": "^4.17.19",
"mailgun-js": "^0.22.0",
"moment": "^2.24.0",
"moment-timezone": "^0.5.27",
"mongoose": "^5.7.7",
"node-fetch": "^2.6.1",
"pdfmake": "^0.1.62",
"pg": "^7.12.1",
"prop-types": "^15.7.2",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"react-native": "^0.63.3",
"react-native-payments": "^0.7.1",
"react-redux": "^7.1.1",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"redux": "^4.0.4",
"redux-actions": "^2.6.5",
"redux-thunk": "^2.3.0",
"request": "^2.88.0",
"request-promise": "^4.2.5",
"request-promise-native": "^1.0.7",
"rxjs": "^6.5.3",
"sendbird": "^3.0.140",
"sequelize": "^5.21.3",
"socket.io": "^2.3.0",
"socket.io-client": "^2.3.0",
"styled-components": "^5.2.1",
"universal-cookie": "^4.0.2",
"winston": "^3.2.1"
}
}