Index: sky/tests/mocha/it-only.html |
diff --git a/sky/tests/mocha/it-only.html b/sky/tests/mocha/it-only.html |
deleted file mode 100644 |
index 692eb171be5622ca36b44bfad4364b60126a67e8..0000000000000000000000000000000000000000 |
--- a/sky/tests/mocha/it-only.html |
+++ /dev/null |
@@ -1,18 +0,0 @@ |
-<html> |
-<link rel="import" href="../resources/chai.html" /> |
-<link rel="import" href="../resources/mocha.html" /> |
-<script> |
- |
-describe('This suite', function() { |
- it.only('should only run this test', function() { |
- assert.ok(true); |
- }); |
- |
- it('should not run this test', function() { |
- assert.ok(false); |
- }); |
-}); |
- |
- |
-</script> |
-</html> |