Skip to content

Commit

Permalink
test: fix steps
Browse files Browse the repository at this point in the history
  • Loading branch information
boywithkeyboard committed Apr 4, 2024
1 parent f28fad0 commit 0a16411
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/registry.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,8 @@ test('specific tag', async () => {

test('omit entry point', async () => {
const actual = await fetchStr('http://localhost:3000/esbuild/[email protected]')
const expected = await fetchStr('https://raw.githubusercontent.com/esbuild/deno-esbuild/v0.20.0/mod.js')

assert.strictEqual(actual, expected)
assert.strictEqual(actual, `export * from 'https://deno.re/esbuild/[email protected]/mod.js'`)
})

test('type header', async () => {
Expand Down

0 comments on commit 0a16411

Please sign in to comment.