This repository has been archived by the owner on May 6, 2019. It is now read-only.
forked from yarnpkg/yarn
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add test case for issue yarnpkg#5816
- Loading branch information
Y0hy0h
committed
May 15, 2018
1 parent
d28f8e5
commit f72f5a1
Showing
3 changed files
with
32 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"name": "my-project", | ||
"private": true, | ||
"workspaces": [ | ||
"trailing-slash/" | ||
] | ||
} |
10 changes: 10 additions & 0 deletions
10
__tests__/fixtures/workspace/run-variations/trailing-slash/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"name": "trailing-slash", | ||
"version": "1.0.0", | ||
"license": "UNLICENSED", | ||
"scripts": { | ||
"prescript": "echo trailing-slash prescript", | ||
"script": "echo trailing-slash script", | ||
"postscript": "echo trailing-slash postscript" | ||
} | ||
} |