Skip to content

Commit

Permalink
chore: update test
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-lefebvre committed Apr 7, 2024
1 parent 8faabee commit f250810
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ import {
test,
vi,
} from "vitest";
import { createResolver } from "../../src/core/create-resolver.js";
import type { HookParameters } from "../../src/core/types.js";
import { createResolver } from "../../src/core/create-resolver.ts";
import type { HookParameters } from "../../src/core/types.ts";
import { watchDirectory } from "../../src/utilities/watch-directory.ts";

const tempFolderName = ".TMP_WATCHINTEGRATION";
const tempFolderName = ".TMP_WATCHDIRECTORY";

const tempPaths = [
`${tempFolderName}/text.txt`,
Expand Down

0 comments on commit f250810

Please sign in to comment.