remove browser tests

This commit is contained in:
Sebastian McKenzie
2015-10-05 16:41:32 +01:00
parent 65e059e69b
commit 91f9cfb902
4 changed files with 0 additions and 40 deletions

View File

@@ -1,18 +0,0 @@
<html>
<head>
<meta charset="utf-8">
<title>Mocha</title>
<link rel="stylesheet" href="../node_modules/mocha/mocha.css" />
</head>
<body>
<div id="mocha"></div>
<script src="../node_modules/mocha/mocha.js"></script>
<script>mocha.setup("tdd");</script>
<script src="../dist/browser-test.js"></script>
<script>
mocha.globals(["regeneratorRuntime"]);
mocha.checkLeaks();
mocha.run();
</script>
</body>
</html>

View File

@@ -1,4 +0,0 @@
if (process.browser) {
require("../packages/babel-core/test/_browser");
require("../packages/babylon/test/index.js");
}