UNPKG

proxyquireify

Version:

Proxies browserify's require in order to allow overriding dependencies during testing.

13 lines (12 loc) 286 B
<!DOCTYPE html> <html> <head> <meta charset=utf-8 /> <title>foobar</title> <script type="text/javascript" src="./bundle.js"></script> </head> <body> <h2>proxyquireify - foobar test page</h2> <p>It should say "schokolade ist wirklich wunderbar" in the console</p> </body> </html>