Skip to content

Commit

Permalink
Update handler.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Mqxx committed Oct 19, 2023
1 parent 386f11a commit 85454af
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/request/handler.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { handler } from "./handler.ts";
Deno.test(
'Request specific files and test for correct "Content-Type".',
async (test) => {

await test.step({
ignore: true,
name: 'Directory (no extension)',
Expand All @@ -22,7 +21,6 @@ Deno.test(
);
}
});

await test.step({
ignore: true,
name: 'Extension (js)',
Expand Down

0 comments on commit 85454af

Please sign in to comment.