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
test(themes): use path.join in migrate.test.ts stub args for Windows
The fs.readFileSync stub matched on a literal forward-slash path, but
migrate.ts uses path.join which produces backslash-separated paths on
Windows. The stub returned undefined there, breaking the request payload
match.
0 commit comments