diff --git a/test/Mat.test.ts b/test/Mat.test.ts index 6b1453d..48e2451 100644 --- a/test/Mat.test.ts +++ b/test/Mat.test.ts @@ -5,7 +5,7 @@ import { setupOpenCv, translateException } from "./cv"; beforeAll(setupOpenCv); describe("Mat", () => { - it("shoud pass TS type validations", async () => { + it("should pass TS type validations", async () => { try { // load local image file with jimp. It supports jpg, png, bmp, tiff and gif: const jimpSrc = await Jimp.read(path.resolve(__dirname, "Lenna.png"));