Skip to content

Commit

Permalink
test: edit test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
boywithkeyboard committed Apr 4, 2024
1 parent 9a70d79 commit df80970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/registry.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ test('omit entry point', async (t) => {
await t.test('ts', async () => {
const res = await fetch('http://localhost:3000/[email protected]/crypto')

assert.strictEqual(await res.text(), `export * from 'https://deno.re/std@0.220.0/crypto/mod.ts'`)
assert.strictEqual(await res.text(), `export * from 'https://deno.re/denoland/deno_std@0.220.0/crypto/mod.ts'`)
assert.strictEqual(res.headers.get('content-type'), 'text/typescript; charset=utf-8')
})
})
Expand Down

0 comments on commit df80970

Please sign in to comment.