Skip to content

Commit 633fc14

Browse files
fix
1 parent 8bd8a1b commit 633fc14

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

deno.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
],
77
"tasks": {
88
"test": "deno test -A --parallel",
9-
"fixture": "deno run -A --watch=static/,routes/ tests/fixture/dev.ts",
109
"www": "deno task --cwd=www start",
1110
"build-www": "deno task --cwd=www build",
1211
"screenshot": "deno run -A www/utils/screenshot.ts",

packages/update/src/update_test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {
88
import { expect } from "@std/expect";
99
import { spy, type SpyCall } from "@std/testing/mock";
1010
import { walk } from "@std/fs/walk";
11-
import { withTmpDir, writeFiles } from "../../src/test_utils.ts";
11+
import { withTmpDir, writeFiles } from "../../fresh/src/test_utils.ts";
1212

1313
async function readFiles(dir: string): Promise<Record<string, string>> {
1414
const files: Record<string, string> = {};

0 commit comments

Comments
 (0)