Skip to content

Commit

Permalink
Update skipped tests for ignoreList tests
Browse files Browse the repository at this point in the history
These aren't supported yet because the library doesn't support ignoreList yet
and doesn't do any checking for it.
  • Loading branch information
takikawa committed Jun 6, 2024
1 parent 2dea47e commit 3a33cd7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/test-spec-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ const skippedTests = [
"indexMapInvalidBaseMappings",
// The spec's definition of overlap can be refined
"indexMapInvalidOverlap",
// The library doesn't support the new ignoreList feature yet.
"ignoreListWrongType1",
"ignoreListWrongType2",
"ignoreListWrongType3",
"ignoreListOutOfBounds",
]

// The source-map library converts null sources to the "null" URL in its
Expand Down

0 comments on commit 3a33cd7

Please sign in to comment.