mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-09-13 05:13:33 -06:00
Initial commit
This commit is contained in:
23
node_modules/normalize-selector/test/mocha/browser-suite.html
generated
vendored
Normal file
23
node_modules/normalize-selector/test/mocha/browser-suite.html
generated
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>mocha browser-suite: normalize-selector</title>
|
||||
<link rel="stylesheet" href="../../node_modules/mocha/mocha.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="mocha"></div>
|
||||
<script src="../../lib/normalize-selector.js"></script>
|
||||
<script src="../../node_modules/assertik/assertik.js"></script>
|
||||
<script src="../../node_modules/mocha/mocha.js"></script>
|
||||
<script>mocha.setup('qunit')</script>
|
||||
|
||||
<!-- get tests and start -->
|
||||
<script src="./suite.js"></script>
|
||||
<script>
|
||||
mocha.checkLeaks();
|
||||
mocha.globals(['boilerplate']); // watch our boilerplate function
|
||||
mocha.run();
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user