From 0bb52bb9f9f49e0bfdd2865077a57c082156d3b5 Mon Sep 17 00:00:00 2001 From: felipe Date: Tue, 7 Mar 2017 12:46:42 +0100 Subject: [PATCH] fix capitalization typo in tests. closes #2 --- ts/tests/export/formatterTest.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/tests/export/formatterTest.ts b/ts/tests/export/formatterTest.ts index 243a483e41..4a85bf68d5 100644 --- a/ts/tests/export/formatterTest.ts +++ b/ts/tests/export/formatterTest.ts @@ -2,7 +2,7 @@ /// /// -import {Formatter} from "../../export/Formatter"; +import {Formatter} from "../../export/formatter"; import * as docx from "../../docx"; import {Attributes} from "../../docx/xml-components"; import {Properties} from "../../properties";