UNPKG

2gis-maps

Version:

Interactive 2GIS maps API, based on Leaflet

33 lines (26 loc) 748 B
<!doctype html> <html> <head> <meta charset="utf-8"> <link rel="stylesheet" href="mocha.css"> </head> <body> <script src="mocha.js"></script> <script src="sinon.js"></script> <script src="expect.js"></script> <script src="../src/FirmCard.js"></script> <script src="../src/FirmCard.DataHelper.js"></script> <script src="../src/FirmList.js"></script> <script src="../src/Schedule.js"></script> <script src="../src/Dictionary.js"></script> <script type="text/javascript"> mocha.setup('bdd'); mocha.ignoreLeaks(); </script> <div id="mocha"></div> <script src="FirmListSpec.js"></script> <script type="text/javascript"> mocha.run(); </script> </body> </html>