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(test-runner-junit-reporter): update XML snapshots for workspace cwd
npm workspaces run test scripts from the package directory, not the
repo root. The test runner computes file paths relative to cwd, so
XML output paths are now relative to the package root (test/fixtures/...)
instead of the repo root (packages/test-runner-junit-reporter/test/...).
Updated expected XML snapshots to match.
Assisted-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
<testcasename="is equivalent to map (f.g) f a"time="<<computed>>"classname="given a functor f and a function a -> b map f map g f a"file="packages/test-runner-junit-reporter/test/fixtures/multiple/nested-test.js"/>
9
+
<testcasename="is equivalent to map (f.g) f a"time="<<computed>>"classname="given a functor f and a function a -> b map f map g f a"file="test/fixtures/multiple/nested-test.js"/>
<testcasename="reports logs to JUnit"time="<<computed>>"classname="logging during a test"file="packages/test-runner-junit-reporter/test/fixtures/multiple/simple-test.js"/>
26
+
<testcasename="reports logs to JUnit"time="<<computed>>"classname="logging during a test"file="test/fixtures/multiple/simple-test.js"/>
<testcasename="is equivalent to map (f.g) f a"time="<<computed>>"classname="given a functor f and a function a -> b map f map g f a"file="packages/test-runner-junit-reporter/test/fixtures/nested/nested-test.js"/>
9
+
<testcasename="is equivalent to map (f.g) f a"time="<<computed>>"classname="given a functor f and a function a -> b map f map g f a"file="test/fixtures/nested/nested-test.js"/>
<testcasename="reports logs to JUnit"time="<<computed>>"classname="logging during a test"file="packages/test-runner-junit-reporter/test/fixtures/simple/simple-test.js"/>
19
-
<testcasename="fails with source trace"time="<<computed>>"classname="logging during a test"file="packages/test-runner-junit-reporter/test/fixtures/simple/simple-test.js"line="2">
18
+
<testcasename="reports logs to JUnit"time="<<computed>>"classname="logging during a test"file="test/fixtures/simple/simple-test.js"/>
19
+
<testcasename="fails with source trace"time="<<computed>>"classname="logging during a test"file="test/fixtures/simple/simple-test.js"line="2">
0 commit comments