UNPKG

osmtogeojson

Version:
21 lines (20 loc) 592 B
<!DOCTYPE html> <html> <head> <title>Mocha</title> <meta http-equiv='Content-Type' content='text/html; charset=UTF-8'> <meta charset='utf-8'> <link rel='stylesheet' href='../node_modules/mocha/mocha.css' /> <script src='../osmtogeojson.js'></script> </head> <body> <div id='mocha'></div> <script src='../node_modules/expect.js/expect.js'></script> <script src='../node_modules/mocha/mocha.js'></script> <script>mocha.setup('bdd')</script> <script src='osm.test.js'></script> <script> window.mocha.run(); </script> </body> </html>