-
Notifications
You must be signed in to change notification settings - Fork 373
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: add tests for monorepo base path (#6406)
* test: add tests for monorepo base path * chore: add test:init script for monorepos * fix conflict --------- Co-authored-by: Sarah Etter <[email protected]> Co-authored-by: lemusthelroy <[email protected]> Co-authored-by: NikAiyer <[email protected]> Co-authored-by: Karin Hendrikse <[email protected]> Co-authored-by: Daniel Lew <[email protected]>
- Loading branch information
1 parent
a7c2fab
commit 05aed17
Showing
13 changed files
with
3,546 additions
and
5 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 @@ | ||
node_modules |
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 @@ | ||
public-hoist-pattern[]=* |
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,4 @@ | ||
{ | ||
"name": "monorepo", | ||
"version": "1.0.0" | ||
} |
1 change: 1 addition & 0 deletions
1
tests/integration/__fixtures__/monorepo/packages/app-1/dist/index.html
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 @@ | ||
<h1>Hello world</h1> |
6 changes: 6 additions & 0 deletions
6
tests/integration/__fixtures__/monorepo/packages/app-1/netlify.toml
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,6 @@ | ||
[build] | ||
cmd = "hello world" | ||
publish = "dist" | ||
|
||
[[plugins]] | ||
package = "./tools/build-plugin" |
4 changes: 4 additions & 0 deletions
4
tests/integration/__fixtures__/monorepo/packages/app-1/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,4 @@ | ||
{ | ||
"name": "app-1", | ||
"version": "1.0.0" | ||
} |
Oops, something went wrong.
05aed17
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📊 Benchmark results