Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(testing.md): fix type MiddleWare not found to MiddleWare url #399

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

khk37601
Copy link

@khk37601 khk37601 commented Sep 9, 2021

The existing import statement causes Not Found.

change
import type { Middleware } from "https://deno.land/x/mod.ts"; to
import { testing, Middleware } from "https://deno.land/x/oak/mod.ts";

@kitsonk
Copy link
Collaborator

kitsonk commented Sep 17, 2021

The documentation is correct. You should not import type only imports in Deno with import and instead use import type.

Can you be more specific on what error you are encountering?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants