File: _config.yml

package info (click to toggle)
node-tap 12.0.1%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,996 kB
  • sloc: javascript: 13,674; sh: 75; makefile: 73
file content (49 lines) | stat: -rw-r--r-- 1,078 bytes parent folder | download | duplicates (2)
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
38
39
40
41
42
43
44
45
46
47
48
49
title: "Node Tap"
description: A Test-Anything-Protocol library for Node.js
links:
  - name: "Index"
    url: "/"
  - name: "Getting Started"
    url: "/basics/"
  - name: "API"
    url: "/api/"
    links:
    - name: "Asserts"
      url: "/asserts/"
    - name: "Promises"
      url: "/promises/"
    - name: "Subtests"
      url: "/subtests/"
    - name: "Parallel Tests"
      url: "/parallel/"
    - name: "Snapshot Testing"
      url: "/snapshots/"
    - name: "Filtering Tests: grep"
      url: "/grep/"
    - name: "Filtering Tests: only"
      url: "/only/"
    - name: "Mocha-like DSL"
      url: "/mochalike/"
    - name: "Advanced"
      url: "/advanced/"
  - name: "CLI"
    url: "/cli/"
  - name: "The Protocol"
    url: "/tap-format/"
  - name: "Reporting"
    url: "/reporting/"
  - name: "Coverage"
    url: "/coverage/"
  - name: "Change Log"
    url: "/changelog/"
  - name: "GitHub Repo"
    url: "https://github.com/tapjs/node-tap"

# Build settings
markdown: kramdown
markdown_ext:  md

kramdown:
  input: GFM
  hard_wrap: false
  syntax_highlighter: rouge