Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf698b1 commit d291302Copy full SHA for d291302
package.json
@@ -6,12 +6,13 @@
6
"scripts": {
7
"test": "jest --coverage",
8
"test:watch": "jest --watchAll --coverage",
9
- "doc":
10
- "jsdoc2md --files src/index.js --template docs/template.hbs > docs/API.md"
+ "doc": "jsdoc2md --files src/index.js --template docs/template.hbs > docs/API.md"
11
},
12
"types": "index.d.ts",
13
"jest": {
14
- "testMatch": ["<rootDir>/tests/**/*.js"]
+ "testMatch": [
+ "<rootDir>/tests/**/*.js"
15
+ ]
16
17
"keywords": [
18
"ethereum",
@@ -34,7 +35,7 @@
34
35
"eslint-plugin-prettier": "^2.6.0",
36
"eslint-plugin-promise": "^3.6.0",
37
"eslint-plugin-standard": "^3.0.1",
- "jest": "^22.4.2",
38
+ "jest": "^24.8.0",
39
"jsdoc-to-markdown": "^3.0.3"
40
41
"dependencies": {
0 commit comments