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(integration): parallelize beforeAll builds and tighten d.bark() assertions (#1428)
- Run both WASM and native buildGraph calls concurrently via Promise.all;
fixtures are already written to separate dirs before either build starts
- Pin d.bark() assertions to src === 'proto.js' (the file-level scope node)
so the check no longer matches any edge that targets Dog.bark
0 commit comments