Skip to content

Commit

Permalink
test: add workspaceRoot to all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate Moore committed May 24, 2021
1 parent c553d61 commit efe891d
Show file tree
Hide file tree
Showing 12 changed files with 36 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/astro/test/fixtures/astro-basic/snowpack.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"workspaceRoot": "../../../../../"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"workspaceRoot": "../../../../../"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"workspaceRoot": "../../../../../"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"workspaceRoot": "../../../../../"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"workspaceRoot": "../../../../../"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"workspaceRoot": "../../../../../"
}
3 changes: 3 additions & 0 deletions packages/astro/test/fixtures/astro-expr/snowpack.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"workspaceRoot": "../../../../../"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"workspaceRoot": "../../../../../"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"workspaceRoot": "../../../../../"
}
3 changes: 3 additions & 0 deletions packages/astro/test/fixtures/astro-rss/snowpack.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"workspaceRoot": "../../../../../"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"workspaceRoot": "../../../../../"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"workspaceRoot": "../../../../../"
}

0 comments on commit efe891d

Please sign in to comment.