Skip to content

Commit

Permalink
Add Khronos Group specs to the list of exceptions for repository test (
Browse files Browse the repository at this point in the history
…#1239)

New Khronos Group specs do not have a repository. The test now stops looking
at Khronos Group specs. That's a bit loose since all WebGL specs do link to a
repository, but that test is not meant to be too precise either.
  • Loading branch information
tidoust authored Feb 29, 2024
1 parent e6acdd1 commit ab81f20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ describe("List of specs", () => {
const wrong = specs.filter(s => s.nightly && !s.nightly.repository &&
s.organization !== 'IETF' &&
s.organization !== 'FIDO Alliance' &&
s.organization !== 'Khronos Group' &&
(!s.url.match(/\/www\.w3\.org\//) || s.nightly.url !== s.url));
assert.deepStrictEqual(wrong, []);
});
Expand Down

0 comments on commit ab81f20

Please sign in to comment.