Skip to content

Commit

Permalink
Switch import of test262/Wasm test results to libjs-data
Browse files Browse the repository at this point in the history
  • Loading branch information
trflynn89 committed Oct 31, 2023
1 parent 13e9dc0 commit a5c8403
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/commands/testCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ interface TestVariant {
const variants: Record<string, TestVariant> = {
test262: {
description: "Display LibJS test262 results",
url: "https://github.com/SerenityOS/libjs-test262-data/raw/master/test262/results.json",
url: "https://github.com/SerenityOS/libjs-data/raw/master/test262/results.json",
nameForCommitError: "test262",
},
testwasm: {
description: "Display Wasm spec test results",
url: "https://github.com/SerenityOS/libjs-test262-data/raw/master/wasm/results.json",
url: "https://github.com/SerenityOS/libjs-data/raw/master/wasm/results.json",
nameForCommitError: "Wasm spec tests",
},
};
Expand Down

0 comments on commit a5c8403

Please sign in to comment.