We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8963392 commit 4c23062Copy full SHA for 4c23062
1 file changed
testsuite/tests/util/Context-node.test.ts
@@ -19,7 +19,7 @@ describe('context object', () => {
19
20
test('context', () => {
21
if (OS === 'Windows') {
22
- expect(context.path('C:\\test.js')).toBe('C:/test.js');
+ expect(context.path('C:\\test.js')).toBe('file:///C:/test.js');
23
} else {
24
expect(context.path('C:\\test.js')).toBe('C:\\test.js');
25
}
0 commit comments