File tree Expand file tree Collapse file tree 1 file changed +34
-34
lines changed
Expand file tree Collapse file tree 1 file changed +34
-34
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ it('pnpm catalog', async () => {
1111
1212 expect ( result . packages . map ( p => p . name ) ) . toMatchInlineSnapshot ( `
1313 [
14- "@taze/monorepo-example",
1514 "catalog:default",
1615 "catalog:react17",
1716 "catalog:react18",
17+ "@taze/monorepo-example",
1818 ]
1919 ` )
2020
@@ -25,39 +25,6 @@ it('pnpm catalog', async () => {
2525 } ) ) ,
2626 ) . toMatchInlineSnapshot ( `
2727 [
28- {
29- "name": "@taze/monorepo-example",
30- "packages": [
31- [
32- "express",
33- "4.12.x",
34- ],
35- [
36- "lodash",
37- "^4.13.19",
38- ],
39- [
40- "multer",
41- "^0.1.8",
42- ],
43- [
44- "react-bootstrap",
45- "^0.22.6",
46- ],
47- [
48- "webpack",
49- "~1.9.10",
50- ],
51- [
52- "@types/lodash",
53- "^4.14.0",
54- ],
55- [
56- "typescript",
57- "3.5",
58- ],
59- ],
60- },
6128 {
6229 "name": "catalog:default",
6330 "packages": [
@@ -97,6 +64,39 @@ it('pnpm catalog', async () => {
9764 ],
9865 ],
9966 },
67+ {
68+ "name": "@taze/monorepo-example",
69+ "packages": [
70+ [
71+ "express",
72+ "4.12.x",
73+ ],
74+ [
75+ "lodash",
76+ "^4.13.19",
77+ ],
78+ [
79+ "multer",
80+ "^0.1.8",
81+ ],
82+ [
83+ "react-bootstrap",
84+ "^0.22.6",
85+ ],
86+ [
87+ "webpack",
88+ "~1.9.10",
89+ ],
90+ [
91+ "@types/lodash",
92+ "^4.14.0",
93+ ],
94+ [
95+ "typescript",
96+ "3.5",
97+ ],
98+ ],
99+ },
100100 ]
101101 ` )
102102} )
You can’t perform that action at this time.
0 commit comments