Skip to content

Commit c020a7d

Browse files
test(context): accept Windows CLI paths
1 parent 59daddc commit c020a7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/rstack/tests/context/relatedTests.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ test('lists related tests through the current Rstack CLI and normalizes its JSON
3131
{
3232
cwd: packageRoot,
3333
args: [
34-
expect.stringMatching(/bin\/rs\.js$/u),
34+
expect.stringMatching(/bin[\\/]rs\.js$/u),
3535
'test',
3636
'list',
3737
'--related',

0 commit comments

Comments
 (0)