Repository: incubator-blur Updated Branches: refs/heads/apache-blur-0.2 3b0bde888 -> 696bba3c4
http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/7e1546d8/blur-console/src/main/webapp/test/bower.json ---------------------------------------------------------------------- diff --git a/blur-console/src/main/webapp/test/bower.json b/blur-console/src/main/webapp/test/bower.json deleted file mode 100644 index 4a7bafd..0000000 --- a/blur-console/src/main/webapp/test/bower.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "name": "ui", - "private": true, - "dependencies": { - "chai": "~1.8.0", - "mocha": "~1.14.0", - "blanket":"~1.1.5" - }, - "devDependencies": {} -} http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/7e1546d8/blur-console/src/main/webapp/test/index.html ---------------------------------------------------------------------- diff --git a/blur-console/src/main/webapp/test/index.html b/blur-console/src/main/webapp/test/index.html deleted file mode 100644 index 569cdc0..0000000 --- a/blur-console/src/main/webapp/test/index.html +++ /dev/null @@ -1,60 +0,0 @@ -<!-- - -Licensed to the Apache Software Foundation (ASF) under one -or more contributor license agreements. See the NOTICE file -distributed with this work for additional information -regarding copyright ownership. The ASF licenses this file -to you under the Apache License, Version 2.0 (the -"License"); you may not use this file except in compliance -with the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, -software distributed under the License is distributed on an -"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -KIND, either express or implied. See the License for the -specific language governing permissions and limitations -under the License. - --> -<!doctype html> -<html> -<head> - <meta charset="utf-8"> - <meta http-equiv="X-UA-Compatible" content="IE=edge"> - <title>Mocha Spec Runner</title> - <link rel="stylesheet" href="bower_components/mocha/mocha.css"> - - <script src="bower_components/chai/chai.js"></script> - <script src="bower_components/mocha/mocha.js"></script> - - <!-- include source files here... --> - <script src="bower_components/jquery/dist/jquery.js"></script> - <script src="app/scripts/blurconsole.js"></script> - <script src="app/scripts/blurconsole.utils.js"></script> - - <script src="bower_components/blanket/dist/qunit/blanket.js" data-cover-flags="branchTracking" data-cover-only="//scripts/"></script> - <script src="../node_modules/grunt-blanket-mocha/support/mocha-blanket.js"></script> - - <script> - var assert = chai.assert; - var expect = chai.expect; - var should = chai.should(); - - mocha.setup('bdd'); - - if (window.PHANTOMJS) { - blanket.options("reporter", "../node_modules/grunt-blanket-mocha/support/grunt-reporter.js"); - } - </script> - - <!-- include spec files here... --> - <script src="spec/test.js"></script> - <script src="spec/utils.js"></script> -</head> -<body> - <div id="mocha"></div> - - <script>mocha.run()</script> -</body> -</html>
