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
fix(config): escape single quotes and harden JS script tests
Escape single quotes in file paths interpolated into the Node.js eval
script, preventing JS syntax errors for paths like `/user's projects/`.
Also improve the raw-path-import test to structurally verify the import()
argument rather than checking absence of a specific string literal.
0 commit comments