File: CLI.test.js.snap.webpack5

package info (click to toggle)
node-webpack 5.97.1%2Bdfsg1%2B~cs11.18.27-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 59,064 kB
  • sloc: javascript: 185,073; makefile: 16; sh: 6
file content (31 lines) | stat: -rw-r--r-- 602 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
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`CLI API custom help output should display help information 1`] = `
[
  [
    "Usage: webpack --color [value]",
  ],
  [
    "Description: any color",
  ],
  [
    "Default value: "blue"",
  ],
  [
    "",
  ],
  [
    "To see list of all supported commands and options run 'webpack --help=verbose'.
",
  ],
  [
    "Webpack documentation: https://webpack.js.org/.",
  ],
  [
    "CLI documentation: https://webpack.js.org/api/cli/.",
  ],
  [
    "Made with ♥ by the webpack team.",
  ],
]
`;