We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9b469d7 + 32a445a commit 72c6cccCopy full SHA for 72c6ccc
1 file changed
test/javascript/javascript_test.go
@@ -9,16 +9,19 @@ import (
9
10
func Test_JavaScript(t *testing.T) {
11
12
+ ansi := tool.Dep("strip-ansi", "6.0.1",
13
+ tool.Dep("ansi-regex", "5.0.1"),
14
+ )
15
+
16
std := tool.Dep("", "",
17
tool.Dep("js-test", "1.0.1",
18
tool.Dep("cliui", "6.0.0",
19
tool.Dep("string-width", "4.2.3",
20
tool.Dep("emoji-regex", "8.0.0"),
21
tool.Dep("is-fullwidth-code-point", "3.0.0"),
22
+ ansi,
23
),
- tool.Dep("strip-ansi", "6.0.1",
- tool.Dep("ansi-regex", "5.0.1"),
- ),
24
25
tool.Dep("wrap-ansi", "6.2.0",
26
tool.Dep("ansi-styles", "4.3.0",
27
tool.Dep("color-convert", "2.0.1",
0 commit comments