Skip to content

Commit

Permalink
test: use KVNamespaceInfo from kv.ts in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
petebacondarwin committed Jan 24, 2022
1 parent daabbbc commit b9aa6e3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/wrangler/src/__tests__/kv.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { writeFileSync } from "fs";
import type { KVNamespaceInfo } from "../kv";
import {
setMockResponse,
setMockRawResponse,
Expand All @@ -8,11 +9,6 @@ import {
import { runWrangler } from "./run-wrangler";
import { runInTempDir } from "./run-in-tmp";

interface KVNamespaceInfo {
title: string;
id: string;
}

describe("wrangler", () => {
runInTempDir();

Expand Down

0 comments on commit b9aa6e3

Please sign in to comment.