huge clean up of project. Now uses @types, and removed committed typings.
Formatted the imports too
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import {Attributes} from "../../../docx/xml-components";
|
||||
import {assert} from "chai";
|
||||
import { Attributes } from "../../../docx/xml-components";
|
||||
import { assert } from "chai";
|
||||
|
||||
describe("Attribute", () => {
|
||||
let attributes: Attributes;
|
||||
|
@ -1,5 +1,5 @@
|
||||
import {XmlComponent} from "../../../docx/xml-components";
|
||||
import {assert} from "chai";
|
||||
import { XmlComponent } from "../../../docx/xml-components";
|
||||
import { assert } from "chai";
|
||||
|
||||
function jsonify(obj: Object) {
|
||||
let stringifiedJson = JSON.stringify(obj);
|
||||
|
@ -1,5 +1,5 @@
|
||||
import {XmlUnitComponent} from "../../../docx/xml-components";
|
||||
import {assert} from "chai";
|
||||
import { XmlUnitComponent } from "../../../docx/xml-components";
|
||||
import { assert } from "chai";
|
||||
|
||||
function jsonify(obj: Object) {
|
||||
let stringifiedJson = JSON.stringify(obj);
|
||||
|
Reference in New Issue
Block a user