Skip to content

Commit 32f18a1

Browse files
committed
Bump @codeceptjs/expect-helper to ^1.0.0
1 parent 52b6e74 commit 32f18a1

File tree

2 files changed

+68
-1
lines changed

2 files changed

+68
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
},
122122
"devDependencies": {
123123
"@apollo/server": "^4",
124-
"@codeceptjs/expect-helper": "^0.2.2",
124+
"@codeceptjs/expect-helper": "^1.0.0",
125125
"@codeceptjs/mock-request": "0.3.1",
126126
"@eslint/eslintrc": "3.2.0",
127127
"@eslint/js": "9.19.0",
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
{
2+
"hasFailed": true,
3+
"stats": {
4+
"passes": 0,
5+
"failures": 1,
6+
"tests": 1,
7+
"pending": 0,
8+
"failedHooks": 0,
9+
"start": "2025-03-03T04:55:55.785Z",
10+
"end": "2025-03-03T04:55:55.796Z",
11+
"duration": 11
12+
},
13+
"duration": 21,
14+
"tests": [
15+
{
16+
"opts": {},
17+
"tags": [],
18+
"uid": "7NxSU6hWX0tj5d6GGxCtwSpDCOTsK3ggAD33fv7kzE",
19+
"retries": -1,
20+
"title": "test custom-reporter-plugin",
21+
"state": "failed",
22+
"notes": [],
23+
"meta": {},
24+
"artifacts": [],
25+
"duration": 1,
26+
"err": {
27+
"stack": "AssertionError [ERR_ASSERTION]: \n at FileSystem.seeFile (/Volumes/dev/external-repos/CodeceptJS/lib/helper/FileSystem.js:70:12)\n at HelperStep.run (/Volumes/dev/external-repos/CodeceptJS/lib/step/helper.js:28:49)\n\n\n◯ File: /Volumes/dev/external-repos/CodeceptJS/test/data/sandbox/configs/custom-reporter-plugin/custom-reporter-plugin_test.js\n\n◯ Scenario Steps:\n✖ I.seeFile(\"this-file-should-not-exist.txt\") at Test.<anonymous> (./custom-reporter-plugin_test.js:13:5)\n✔ I.amInPath(\".\") at Test.<anonymous> (./custom-reporter-plugin_test.js:12:5)\n",
28+
"message": "\n File this-file-should-not-exist.txt not found in /Volumes/dev/external-repos/CodeceptJS/test/data/sandbox/configs/custom-reporter-plugin",
29+
"actual": "false",
30+
"expected": "true"
31+
},
32+
"parent": {
33+
"title": "custom-reporter-plugin"
34+
},
35+
"steps": [
36+
{
37+
"opts": {},
38+
"title": "seeFile",
39+
"args": ["this-file-should-not-exist.txt"],
40+
"status": "failed",
41+
"startTime": 1740977755792,
42+
"endTime": 1740977755793,
43+
"parent": {}
44+
},
45+
{
46+
"opts": {},
47+
"title": "amInPath",
48+
"args": ["."],
49+
"status": "success",
50+
"startTime": 1740977755792,
51+
"endTime": 1740977755792,
52+
"parent": {}
53+
}
54+
]
55+
}
56+
],
57+
"failures": [
58+
[],
59+
[
60+
" %s) %s:\n%s\n%s\n",
61+
1,
62+
"custom-reporter-plugin\n test custom-reporter-plugin",
63+
"\n \n File this-file-should-not-exist.txt not found in /Volumes/dev/external-repos/CodeceptJS/test/data/sandbox/configs/custom-reporter-plugin\n + expected - actual\n\n -false\n +true\n ",
64+
" AssertionError [ERR_ASSERTION]: \n at FileSystem.seeFile (/Volumes/dev/external-repos/CodeceptJS/lib/helper/FileSystem.js:70:12)\n at HelperStep.run (/Volumes/dev/external-repos/CodeceptJS/lib/step/helper.js:28:49)\n \n \n ◯ File: /Volumes/dev/external-repos/CodeceptJS/test/data/sandbox/configs/custom-reporter-plugin/custom-reporter-plugin_test.js\n \n ◯ Scenario Steps:\n ✖ I.seeFile(\"this-file-should-not-exist.txt\") at Test.<anonymous> (./custom-reporter-plugin_test.js:13:5)\n ✔ I.amInPath(\".\") at Test.<anonymous> (./custom-reporter-plugin_test.js:12:5)\n "
65+
]
66+
]
67+
}

0 commit comments

Comments
 (0)