Skip to content

Commit 92ba58b

Browse files
jsjoeiojawnsy
andauthored
Update test/unit/node/util.test.ts
Co-authored-by: Jonathan Yu <[email protected]>
1 parent c347af6 commit 92ba58b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/node/util.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ describe("pathToFsPath", () => {
470470
// @ts-expect-error We need to check other types
471471
.pathToFsPath({}),
472472
).toThrow(
473-
`Could not computer fsPath from given uri. Expected path to be of type string, but was of type undefined.`,
473+
`Could not compute fsPath from given uri. Expected path to be of type string, but was of type undefined.`,
474474
)
475475
})
476476
it("should not throw an error for a string array", () => {

0 commit comments

Comments
 (0)