File: test.polyfill.html

package info (click to toggle)
node-cross-fetch 3.1.5%2Bds.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 492 kB
  • sloc: javascript: 955; makefile: 46; sh: 15
file content (15 lines) | stat: -rw-r--r-- 355 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <link href="../../../node_modules/mocha/mocha.css" rel="stylesheet" />
</head>

<body>
  <div id="mocha"></div>

  <script src="../../../node_modules/chai/chai.js"></script>
  <script src="../../../node_modules/mocha/mocha.js"></script>
  <script src="./test.polyfill.js"></script>
</body>
</html>