Skip to content

Commit a931fd8

Browse files
committed
fixup!
1 parent a930893 commit a931fd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cloudflare/src/cli/build/patches/ast/optional-deps.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { describe, expect, it } from "vitest";
22

33
import { optionalDepRule } from "./optional-deps.js";
4-
import { patchCode } from "./util.ts";
4+
import { patchCode } from "./util.js";
55

66
describe("optional dependecy", () => {
77
it('should wrap a top-level require("caniuse-lite") in a try-catch', () => {

0 commit comments

Comments
 (0)