UNPKG

floss

Version:

Unit-testing for those hard to reach places

20 lines 495 B
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Floss Tests</title> <link id="mocha-css" rel="stylesheet" /> <style> body { background-color: white; } </style> </head> <body> <div id="mocha"></div> <div id="messages"></div> <div id="fixtures"></div> <script> const Renderer = require('./renderer'); new Renderer('mocha-css'); </script> </body> </html>