You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
710 B
23 lines
710 B
<!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> |