doctype html html

head
  meta(charset="utf-8")
  link(rel="stylesheet" href="mocha.css")
body
  #mocha
  script(src="node_modules/chai/chai.js")
  script(src="node_modules/chai-spies/chai-spies.js")
  script(src="node_modules/mocha/mocha.js")
  script.
    mocha.setup('bdd')
  script(src=file, type="module")
  script(type="module").
    mocha.checkLeaks(); mocha.run();