You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't really provide a quick reproduction, but I am happy to dig and find more information to diagnose. Essentially I get no tests shown in the file window for 1 particular file. I've not encountered this issue with any other files:
When selecting the file I encounter the following error in the console:
Uncaught (in promise) Error: GraphQL error: Unexpected token (7:12)
at new t (ui.bundle.js:21)
at e.<anonymous> (ui.bundle.js:21)
at ui.bundle.js:16
at Object.next (ui.bundle.js:16)
at ui.bundle.js:16
at new Promise (<anonymous>)
at l (ui.bundle.js:16)
at ui.bundle.js:21
at ui.bundle.js:21
at Array.forEach (<anonymous>)
t @ ui.bundle.js:21
(anonymous) @ ui.bundle.js:21
(anonymous) @ ui.bundle.js:16
(anonymous) @ ui.bundle.js:16
(anonymous) @ ui.bundle.js:16
l @ ui.bundle.js:16
(anonymous) @ ui.bundle.js:21
(anonymous) @ ui.bundle.js:21
(anonymous) @ ui.bundle.js:21
e.broadcastQueries @ ui.bundle.js:21
(anonymous) @ ui.bundle.js:21
(anonymous) @ ui.bundle.js:16
(anonymous) @ ui.bundle.js:16
(anonymous) @ ui.bundle.js:16
l @ ui.bundle.js:16
next @ ui.bundle.js:21
g @ ui.bundle.js:51
b @ ui.bundle.js:51
value @ ui.bundle.js:51
(anonymous) @ ui.bundle.js:21
next @ ui.bundle.js:21
g @ ui.bundle.js:51
b @ ui.bundle.js:51
value @ ui.bundle.js:51
(anonymous) @ ui.bundle.js:92
Promise.then (async)
(anonymous) @ ui.bundle.js:21
ha @ ui.bundle.js:42
(anonymous) @ ui.bundle.js:42
c @ ui.bundle.js:51
d @ ui.bundle.js:51
B.port1.onmessage @ ui.bundle.js:51
The pre-ceding request if it's helpful is this. I've looked for odd characters in the describe/it names but can't see anything out of sorts.
I submited a PR to solve a similar issue, turns out the parser was breaking on numeric separators, but might still be happening in other situations. Nonetheless, PR #224
Is this a bug report or a feature request?
Bug
Version Info
Reproduction Repo
I can't really provide a quick reproduction, but I am happy to dig and find more information to diagnose. Essentially I get no tests shown in the file window for 1 particular file. I've not encountered this issue with any other files:
When selecting the file I encounter the following error in the console:
The pre-ceding request if it's helpful is this. I've looked for odd characters in the describe/it names but can't see anything out of sorts.
The text was updated successfully, but these errors were encountered: