We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c347af6 commit 92ba58bCopy full SHA for 92ba58b
test/unit/node/util.test.ts
@@ -470,7 +470,7 @@ describe("pathToFsPath", () => {
470
// @ts-expect-error We need to check other types
471
.pathToFsPath({}),
472
).toThrow(
473
- `Could not computer fsPath from given uri. Expected path to be of type string, but was of type undefined.`,
+ `Could not compute fsPath from given uri. Expected path to be of type string, but was of type undefined.`,
474
)
475
})
476
it("should not throw an error for a string array", () => {
0 commit comments