@zkochan/pnpm
Version:
A fast implementation of npm install
21 lines (20 loc) • 814 B
HTML
<html>
<head>
<title>Mocha</title>
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width, initial-scale=1.0'>
<link href='https://cdn.rawgit.com/mochajs/mocha/2.2.5/mocha.css' rel='stylesheet' />
</head>
<body>
<div id='mocha'></div>
<script src='https://cdn.rawgit.com/mochajs/mocha/2.2.5/mocha.js'></script>
<script src='https://cdn.rawgit.com/mjackson/expect/v1.6.0/dist/expect.min.js'></script>
<script>window.onerror=function(msg,url,line){document.getElementById('mocha').innerHTML+='<h1>'+msg+'</'+'h1>'+'<h2>'+url+':'+line+'</'+'h2>';return false}</script>
<script>mocha.setup('bdd')</script>
<script src='../index.js'></script>
<script src='setup.js'></script>
<script src='index_test.js'></script>
<script>mocha.run()</script>
</body>
</html>