From 96c443c6473ea944cdb0def0d6a4c69ec0e50b3f Mon Sep 17 00:00:00 2001 From: vvakame Date: Thu, 21 Nov 2013 19:59:20 +0900 Subject: [PATCH] Suppress test failed --- qunit/qunit.d.ts.tscparams | 1 + threejs/three-tests.ts.tscparams | 2 ++ ...core.string-tests.ts => underscore.string-tests.disabled.ts} | 0 3 files changed, 3 insertions(+) create mode 100644 threejs/three-tests.ts.tscparams rename underscore.string/{underscore.string-tests.ts => underscore.string-tests.disabled.ts} (100%) diff --git a/qunit/qunit.d.ts.tscparams b/qunit/qunit.d.ts.tscparams index e16c76dff..3b6942a9d 100644 --- a/qunit/qunit.d.ts.tscparams +++ b/qunit/qunit.d.ts.tscparams @@ -1 +1,2 @@ "" + diff --git a/threejs/three-tests.ts.tscparams b/threejs/three-tests.ts.tscparams new file mode 100644 index 000000000..3b6942a9d --- /dev/null +++ b/threejs/three-tests.ts.tscparams @@ -0,0 +1,2 @@ +"" + diff --git a/underscore.string/underscore.string-tests.ts b/underscore.string/underscore.string-tests.disabled.ts similarity index 100% rename from underscore.string/underscore.string-tests.ts rename to underscore.string/underscore.string-tests.disabled.ts