Skip to content

Commit

Permalink
test(cli): stub latest version of jsr:@std/
Browse files Browse the repository at this point in the history
  • Loading branch information
hasundue committed Mar 21, 2024
1 parent 633c5c1 commit e1ec884
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions lib/testing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,11 +145,6 @@ export const LatestVersionStub = {
return new Response(
JSON.stringify({
versions: {
"1.0.0": {},
"1.0.1": {},
"1.0.2": { yanked: true },
"1.1.0": {},
"1.2.0": { yanked: true },
[latest]: {},
},
}),
Expand Down Expand Up @@ -206,6 +201,7 @@ export function enableTestMode() {
"deno_graph": "0.69.7",
"node-emoji": "2.1.3",
"@luca/flag": "1.0.1",
"@std/": "0.218.2",
});
const fs = new FileSystemFake();
ReadTextFileStub.create(fs, { readThrough: true });
Expand Down

0 comments on commit e1ec884

Please sign in to comment.