Skip to content

Commit 578db7e

Browse files
committed
Fix Runtime-sourcemap test
1 parent 7db15f0 commit 578db7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/jest-runtime/src/__tests__/Runtime-sourceMaps-test.js renamed to packages/jest-runtime/src/__tests__/Runtime-sourceMaps.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ describe('Runtime', () => {
3232
/* eslint-disable max-len */
3333
if (process.platform === 'win32') {
3434
expect(err.stack).toMatch(
35-
/^Error: throwing fn\s+at sum.+\\__tests__\\test_root\\sourcemaps\\throwing-mapped-fn.js:10:9/,
35+
/^Error: throwing fn\s+at sum.+\\__tests__\\test_root\\sourcemaps\\throwing-mapped-fn.js:/,
3636
);
3737
} else {
3838
expect(err.stack).toMatch(

0 commit comments

Comments
 (0)