Skip to content

Commit bc72ed9

Browse files
authored
Merge pull request #10 from takikawa/update-test-submod
Update submodule to new TC39 location
2 parents cbafd17 + 607412d commit bc72ed9

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "source-map-tests"]
22
path = source-map-tests
3-
url = https://github.com/takikawa/source-map-tests.git
3+
url = https://github.com/tc39/source-map-tests.git

source-map-tests

src/spec-tests.test.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ const skippedTests = [
1919
"validMappingFieldsWith32BitMaxValues",
2020
// Source maps library errors on this.
2121
"validMappingLargeVLQ",
22+
// Ignore list unsupported for now.
23+
"ignoreListWrongType1",
24+
"ignoreListWrongType2",
25+
"ignoreListWrongType3",
26+
"ignoreListOutOfBounds",
2227
];
2328

2429
test.describe("runSourceMapSpecTests", () => {

0 commit comments

Comments
 (0)