Skip to content

Commit

Permalink
test(run): Update fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
evocateur committed Sep 5, 2018
1 parent 625adc0 commit c6471c5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion commands/run/__tests__/__fixtures__/basic/package.json
@@ -1,3 +1,3 @@
{
"name": "independent"
"name": "basic"
}
@@ -1,8 +1,10 @@
{
"name": "package-2",
"version": "1.0.0",
"scripts": {
"fail": "exit 1"
},
"dependencies": {
"fail": "exit 1",
"package-1": "^1.0.0"
}
}
@@ -1,10 +1,10 @@
{
"name": "package-3",
"version": "1.0.0",
"devDependencies": {
"package-2": "^1.0.0"
},
"scripts": {
"my-script": "echo package-3"
},
"devDependencies": {
"package-2": "^1.0.0"
}
}

0 comments on commit c6471c5

Please sign in to comment.