Skip to content
This repository has been archived by the owner on Nov 27, 2021. It is now read-only.

Commit

Permalink
bump dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
v1rtl committed Aug 28, 2021
1 parent c9d358d commit 0052ad8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mod_test.ts
@@ -1,6 +1,6 @@
import { describe, expect, it, run } from 'https://deno.land/x/tincan@0.2.1/mod.ts'
import { createServer } from './mod.ts'
import { makeFetch } from 'https://deno.land/x/superfetch@0.0.8/mod.ts'
import { makeFetch } from 'https://deno.land/x/superfetch@0.0.9/mod.ts'

describe('node_http', () => {
it('should start the server', async () => {
Expand Down Expand Up @@ -29,7 +29,6 @@ describe('node_http', () => {
req.respond({ body: 'hello' })
})

// @ts-ignore
const fetch = makeFetch(s)

await fetch('/').expect('hello')
Expand Down

0 comments on commit 0052ad8

Please sign in to comment.