.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / normalize-selector / test / mocha / browser-suite.html
1 <!DOCTYPE html>
2 <html>
3   <head>
4     <meta charset="utf-8">
5     <title>mocha browser-suite: normalize-selector</title>
6     <link rel="stylesheet" href="../../node_modules/mocha/mocha.css" />
7   </head>
8   <body>
9     <div id="mocha"></div>
10     <script src="../../lib/normalize-selector.js"></script>
11     <script src="../../node_modules/assertik/assertik.js"></script>
12     <script src="../../node_modules/mocha/mocha.js"></script>
13     <script>mocha.setup('qunit')</script>
14
15     <!-- get tests and start -->
16     <script src="./suite.js"></script>
17     <script>
18       mocha.checkLeaks();
19       mocha.globals(['boilerplate']); // watch our boilerplate function
20       mocha.run();
21     </script>        
22   </body>
23 </html>