From f6ec688cfc38ce1bfaaa10d1fb880aba3c4e0b66 Mon Sep 17 00:00:00 2001 From: Dolan Miu Date: Sun, 27 Mar 2016 02:50:13 +0100 Subject: [PATCH] setup of tests --- package.json | 1 + ts/tests/docxTest.ts | 0 2 files changed, 1 insertion(+) create mode 100644 ts/tests/docxTest.ts diff --git a/package.json b/package.json index 2973dcd1af..a5666c3e36 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "description": "Generate .docx documents with JavaScript (formerly Office-Clippy)", "main": "build/build.js", "scripts": { + "pretest": "tsc ts/test/*Test.ts --module commonjs", "test": "test" }, "repository": { diff --git a/ts/tests/docxTest.ts b/ts/tests/docxTest.ts new file mode 100644 index 0000000000..e69de29bb2