From e3a025590aa839fb28d498a8bd662c1ebbc657f0 Mon Sep 17 00:00:00 2001 From: Dominic Barnes Date: Fri, 3 Jan 2014 10:58:45 -0600 Subject: [PATCH] using mocha via component, rather than as a submodule --- .gitmodules | 3 - component.json | 1 + test/index.html | 8 +- test/mocha/mocha.css | 227 -- test/mocha/mocha.js | 4994 ----------------------------------------- test/mocha/tests.html | 17 - 6 files changed, 6 insertions(+), 5244 deletions(-) delete mode 100644 .gitmodules delete mode 100644 test/mocha/mocha.css delete mode 100644 test/mocha/mocha.js delete mode 100644 test/mocha/tests.html diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 0cc9de9..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "test/mocha"] - path = test/mocha - url = git://github.com/visionmedia/mocha.git diff --git a/component.json b/component.json index 7a9c97f..b56d083 100644 --- a/component.json +++ b/component.json @@ -29,6 +29,7 @@ "development": { "component/assert": "*", "component/enumerable": "*", + "visionmedia/mocha": "*", "visionmedia/mocha-matrix": "*" }, "license": "MIT", diff --git a/test/index.html b/test/index.html index b8648fe..6bf9110 100644 --- a/test/index.html +++ b/test/index.html @@ -4,13 +4,15 @@ dom tests - - -
+ + - - - - -