Porting tests over to vitest
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import { assert } from "chai";
|
||||
import { assert, describe, it } from "vitest";
|
||||
|
||||
import { Attributes } from "./";
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
import { expect } from "chai";
|
||||
import { beforeEach, describe, expect, it } from "vitest";
|
||||
import { Element, xml2js } from "xml-js";
|
||||
|
||||
import { EMPTY_OBJECT } from "@file/xml-components";
|
||||
|
@ -1,4 +1,4 @@
|
||||
import { expect } from "chai";
|
||||
import { describe, expect, it } from "vitest";
|
||||
|
||||
import { Formatter } from "@export/formatter";
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
import { expect } from "chai";
|
||||
import { describe, expect, it } from "vitest";
|
||||
|
||||
import { Formatter } from "@export/formatter";
|
||||
import { Attributes, BaseXmlComponent, XmlComponent } from "./";
|
||||
|
Reference in New Issue
Block a user