UNPKG

jest-blaze-html

Version:

Preview Jest snapshots right in your browser, working with blaze!

12 lines (11 loc) 259 B
<!doctype html> <html> <head> <title>Jest Snapshot Previewer</title> <link rel='icon' type='image/ico' href='/favicon.ico'> </head> <body class="jest"> <div id="app"></div> <script src='/assets/app.bundle.js'></script> </body> </html>