test: refactoring tests

This commit is contained in:
2024-01-27 20:54:59 +01:00
parent 3e46055845
commit 1c55b894c9
7 changed files with 86 additions and 38 deletions

View File

@@ -5,7 +5,7 @@ import { rollup } from "rollup";
import urlPlugin from "@rollup/plugin-url";
import html from "../../src/index.ts";
import serveTest from "../util/test-server.ts";
import serveTest from "../util/serve-test.ts";
/**
* @type {OutputOptions}