diff --git a/package-overrides/github/visionmedia/mocha@1.17.1.json b/package-overrides/github/visionmedia/mocha@1.17.1.json new file mode 100644 index 0000000..db67a24 --- /dev/null +++ b/package-overrides/github/visionmedia/mocha@1.17.1.json @@ -0,0 +1,6 @@ +{ + "browser": "mocha", + "shim": { + "mocha": ["./mocha.css!"] + } +} \ No newline at end of file diff --git a/test/config.js b/test/config.js deleted file mode 100644 index 4d55a6f..0000000 --- a/test/config.js +++ /dev/null @@ -1,15 +0,0 @@ -jspm.config({ - "baseURL": "lib", - "map": { - "moment": "github:moment/moment@2.4.0", - "foundation": "github:zurb/bower-foundation@5.0.2", - "jquery": "github:components/jquery@2.0.3", - "backbone": "npm:backbone@1.1.0", - "d3": "npm:d3@3.3.10", - "bootstrap": "github:twbs/bootstrap@3.0.2", - "chosen": "github:harvesthq/chosen@1.0.0", - "css": "github:jspm/plugin-css@master", - "npm:underscore": "npm:underscore@1.5.2" - }, - "jspmPackages": "jspm_packages" -}); \ No newline at end of file diff --git a/test/libraries.html b/test/libraries.html deleted file mode 100644 index dd8f2e5..0000000 --- a/test/libraries.html +++ /dev/null @@ -1,17 +0,0 @@ - - - - - diff --git a/test/package.json b/test/package.json deleted file mode 100644 index 5ac4fc9..0000000 --- a/test/package.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "configFile": "config.js", - "directories": { - "jspm_packages": "jspm_packages", - "lib": "lib" - }, - "dependencyMap": { - "moment": "github:moment/moment@2.4.0", - "foundation": "github:zurb/bower-foundation@5.0.2", - "jquery": "github:components/jquery@2.0.3", - "backbone": "npm:backbone@1.1.0", - "d3": "npm:d3@3.3.10", - "bootstrap": "github:twbs/bootstrap@3.0.2", - "chosen": "github:harvesthq/chosen@1.0.0", - "css": "github:jspm/plugin-css@master", - "npm:underscore": "npm:underscore@1.5.2" - } -} \ No newline at end of file