MarufHasan24 / mathlib

A dynamic library of math
https://marufhasan24.github.io/mathlib_wiki/
MIT License
4 stars 4 forks source link

describe is not a function while running test #11

Closed Nikunj-bisht closed 1 year ago

Nikunj-bisht commented 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(

MarufHasan24 commented 1 year ago

It was resolved yesterday!