-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v1.18.1 broke mocha html test runner #1162
Comments
show me code that reproduces the issue |
no change in 1.18.1 should cause a problem that wasn't in 1.18.0 or earlier |
This code taken from http://visionmedia.github.io/mocha/ <html>
<head>
<meta charset="utf-8">
<title>Mocha Tests</title>
<link rel="stylesheet" href="mocha.css" />
</head>
<body>
<div id="mocha"></div>
<script src="mocha.js"></script>
<script>mocha.setup('bdd')</script>
<script>
mocha.checkLeaks();
mocha.globals(['jQuery']);
mocha.run();
</script>
</body>
</html> |
ya i found the issue, fix will be up shortly |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Everything was fine until I updated to v1.18.1 and now my tests fail:
I'm sticking to to v1.18.0 until this gets fixed.
The text was updated successfully, but these errors were encountered: