Skip to content

Commit

Permalink
Update submodule to new TC39 location
Browse files Browse the repository at this point in the history
  * Also set the commit to the latest
  * Skip ignore list tests temporarily
  • Loading branch information
takikawa committed Jun 19, 2024
1 parent cbafd17 commit 607412d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "source-map-tests"]
path = source-map-tests
url = https://github.com/takikawa/source-map-tests.git
url = https://github.com/tc39/source-map-tests.git
2 changes: 1 addition & 1 deletion source-map-tests
5 changes: 5 additions & 0 deletions src/spec-tests.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ const skippedTests = [
"validMappingFieldsWith32BitMaxValues",
// Source maps library errors on this.
"validMappingLargeVLQ",
// Ignore list unsupported for now.
"ignoreListWrongType1",
"ignoreListWrongType2",
"ignoreListWrongType3",
"ignoreListOutOfBounds",
];

test.describe("runSourceMapSpecTests", () => {
Expand Down

0 comments on commit 607412d

Please sign in to comment.