Update webpack and testing frameworks

This commit is contained in:
Dolan
2021-03-31 21:27:40 +01:00
parent 488711dae0
commit fceefcf290
7 changed files with 1092 additions and 4108 deletions

View File

@ -1,7 +1,7 @@
import { assert, expect } from "chai";
import * as sinon from "sinon";
import { Formatter } from "export/formatter";
import { Formatter } from "@export/formatter";
import { Paragraph, TextRun } from "file";
import { CoreProperties } from "file/core-properties";
import { Attributes } from "file/xml-components";