Skip to content

Commit

Permalink
chore(e2e): Update init test to include $schema
Browse files Browse the repository at this point in the history
  • Loading branch information
fahslaj committed Jul 7, 2022
1 parent 1070c55 commit ef4f120
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions e2e/tests/lerna-init/lerna-init.spec.ts
Expand Up @@ -29,6 +29,7 @@ describe("lerna-init", () => {

expect(await fixture.readWorkspaceFile("lerna.json")).toMatchInlineSnapshot(`
"{
\\"$schema\\": \\"node_modules/lerna/schemas/lerna-schema.json\\",
\\"packages\\": [
\\"packages/*\\"
],
Expand Down Expand Up @@ -65,6 +66,7 @@ describe("lerna-init", () => {

expect(await fixture.readWorkspaceFile("lerna.json")).toMatchInlineSnapshot(`
"{
\\"$schema\\": \\"node_modules/lerna/schemas/lerna-schema.json\\",
\\"packages\\": [
\\"packages/*\\"
],
Expand Down Expand Up @@ -107,6 +109,7 @@ describe("lerna-init", () => {
\\"exact\\": true
}
},
\\"$schema\\": \\"node_modules/lerna/schemas/lerna-schema.json\\",
\\"packages\\": [
\\"packages/*\\"
],
Expand Down Expand Up @@ -149,6 +152,7 @@ describe("lerna-init", () => {
\\"exact\\": true
}
},
\\"$schema\\": \\"node_modules/lerna/schemas/lerna-schema.json\\",
\\"packages\\": [
\\"packages/*\\"
],
Expand Down

0 comments on commit ef4f120

Please sign in to comment.