We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f204dc6 commit 19630abCopy full SHA for 19630ab
.vscode/launch.json
@@ -11,7 +11,8 @@
11
"program": "${workspaceFolder}/node_modules/mocha/bin/_mocha",
12
"console": "integratedTerminal",
13
"internalConsoleOptions": "neverOpen",
14
- "skipFiles": ["<node_internals>/**"]
+ "skipFiles": ["<node_internals>/**"],
15
+ "sourceMaps": true
16
}
17
]
18
package.json
@@ -59,6 +59,8 @@
59
"sinon": "^9.0.2"
60
},
61
"babel": {
62
+ "sourceMaps": "both",
63
+ "retainLines": true,
64
"presets": [
65
[
66
"@babel/preset-env",
@@ -153,7 +155,8 @@
153
155
"spec": [
154
156
"test/setup.js",
157
"test/**/*.test.js"
- ]
158
+ ],
159
+ "timeout": false
160
161
"bugs": {
162
"url": "https://github.com/tswaters/react-form-validation/issues"
0 commit comments