Skip to content

Commit

Permalink
chore(e2e): update diff test based on new scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
fahslaj authored and JamesHenry committed Jul 28, 2022
1 parent f7853d0 commit 839b271
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions e2e/tests/lerna-diff/lerna-diff.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ describe("lerna-diff", () => {
@@ -19,5 +19,8 @@
},
"scripts": {
"test": "echo \\"Error: run tests from root\\" && exit 1"
"test": "node \\"./__tests__/package-a.test.js\\""
+ },
+ "dependencies": {
+ "package-b": "0.0.0"
Expand All @@ -65,7 +65,7 @@ describe("lerna-diff", () => {
@@ -19,5 +19,8 @@
},
"scripts": {
"test": "echo \\"Error: run tests from root\\" && exit 1"
"test": "node \\"./__tests__/package-b.test.js\\""
+ },
+ "dependencies": {
+ "package-a": "0.0.0"
Expand Down Expand Up @@ -98,7 +98,7 @@ describe("lerna-diff", () => {
@@ -19,5 +19,8 @@
},
"scripts": {
"test": "echo \\"Error: run tests from root\\" && exit 1"
"test": "node \\"./__tests__/package-a.test.js\\""
+ },
+ "dependencies": {
+ "package-b": "0.0.0"
Expand Down

0 comments on commit 839b271

Please sign in to comment.