File: index.html

package info (click to toggle)
node-fast-json-patch 3.1.1%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 832 kB
  • sloc: javascript: 748; makefile: 11; sh: 7
file content (37 lines) | stat: -rw-r--r-- 1,457 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>Jasmine Spec Runner</title>

  <link rel="shortcut icon" type="image/png" href="../node_modules/jasmine-core/images/jasmine_favicon.png">
  <link rel="stylesheet" href="../node_modules/jasmine-core/lib/jasmine-core/jasmine.css">

  <script src="../node_modules/jasmine-core/lib/jasmine-core/jasmine.js"></script>
  <script src="../node_modules/jasmine-core/lib/jasmine-core/jasmine-html.js"></script>
  <script src="../node_modules/jasmine-core/lib/jasmine-core/boot.js"></script>

  <!-- include Benchmark.js -->
  <script src="../node_modules/lodash/lodash.min.js"></script>
  <script src="../node_modules/platform/platform.js"></script>
  <script src="../node_modules/benchmark/benchmark.js"></script>
  <script src="lib/benchmark_reporter.js"></script>
  <link rel="stylesheet" type="text/css" href="lib/benchmark_reporter.css">

  <!-- include source files here... -->
  <script src="../dist/fast-json-patch.js"></script>

  <!-- Dynamically load https://github.com/json-patch/json-patch-tests test suite -->
  <script type="module" src="spec/jsonPatchTestsSpec.mjs"></script>
  <script type="module" src="spec/coreSpec.mjs"></script>
  <script type="module" src="spec/validateSpec.mjs"></script>
  <script type="module" src="spec/duplexSpec.mjs"></script>
  <script src="spec/duplexBenchmark.js"></script>
  <script src="spec/coreBenchmark.js"></script>

</head>

<body>
</body>

</html>