Commit d596270
fix(graphql): drop ESM-broken _checkRequirements() so
_checkRequirements() called require('axios'), which is undefined in ESM.
The ReferenceError was caught and reported the deps as missing, so
`npx codeceptjs check` failed with a false 'axios not installed' error.
Both call sites (container.js, init.js) guard with `if (._checkRequirements)`,
and missing deps already fail at import time, so the method is just removed.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>check works (#5654)1 parent 7cb68de commit d596270
2 files changed
Lines changed: 0 additions & 17 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | 56 | | |
65 | 57 | | |
66 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | 177 | | |
187 | 178 | | |
188 | 179 | | |
| |||
0 commit comments