Closed Nikunj-bisht closed 1 year ago
TypeError: describe is not a function ❯ test/vector.test.js:4:1 2| const { describe, it, expect } = require("vitest"); 3| 4| describe("Vector", function () { | ^ 5| it("should add vectors", function () { 6| expect(vector1.add(vector2)).toEqual(
It was resolved yesterday!
TypeError: describe is not a function ❯ test/vector.test.js:4:1 2| const { describe, it, expect } = require("vitest"); 3| 4| describe("Vector", function () { | ^ 5| it("should add vectors", function () { 6| expect(vector1.add(vector2)).toEqual(