diff --git a/esbuild.ts b/esbuild.ts index 1bf35fc..2fb789a 100644 --- a/esbuild.ts +++ b/esbuild.ts @@ -1,5 +1,4 @@ import process from "node:process"; - import {build} from "esbuild"; import {cmd} from "web-ext"; diff --git a/tests/example.ts b/tests/example.ts index d11a554..a9f04d1 100644 --- a/tests/example.ts +++ b/tests/example.ts @@ -1,5 +1,4 @@ import browser from "webextension-polyfill"; - import {createValue} from "../build/index.js"; const updatedDate = await createValue({ diff --git a/tests/tests.ts b/tests/tests.ts index 57dc8f0..98c02d4 100644 --- a/tests/tests.ts +++ b/tests/tests.ts @@ -1,6 +1,5 @@ import {setup, type TestContext} from "@holllo/test"; import browser from "webextension-polyfill"; - import {createValue, type Value} from "../source/index.js"; const create = async (