We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f8789c commit 5b7ab2dCopy full SHA for 5b7ab2d
tests/jest_integration/jest_project/target.js
@@ -15,7 +15,7 @@
15
*/
16
17
const fuzzMe = (data) => {
18
- if (data.toString() === "Awesome") {
+ if (data.toString() === "Awe") {
19
throw Error("Welcome to Awesome Fuzzing!");
20
}
21
};
tests/jest_integration/package.json
@@ -10,6 +10,6 @@
10
"jest": "^29.6.2"
11
},
12
"jest": {
13
- "testTimeout": 25000
+ "testTimeout": 30000
14
0 commit comments