-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(test): Make the rsc fixture look more like a real/regular RW pr…
…oject
- Loading branch information
Showing
9 changed files
with
30 additions
and
19 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
8 changes: 6 additions & 2 deletions
8
__fixtures__/test-project-rsc-external-packages-and-cells/README.md
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 |
---|---|---|
@@ -1,10 +1,14 @@ | ||
RW smoke-test fixture project for an app that uses RSC and imports external npm | ||
packages | ||
RW smoke-test fixture project for an app that tests two RSC related features | ||
1. imports external npm packages | ||
2. Uses client cells to do client-side gql data fetching | ||
|
||
Mainly these things are tested: | ||
* Importing a package with company scope (@ and / in its name) | ||
* Importing a package that uses the 'use client' directive | ||
* Using the 'client-only' package | ||
* Using the 'server-only' package | ||
* Imports a traditional RW Cell into a page (that's, like all pages, a server | ||
component) to verify that we can still do client side GQL data fetching | ||
like we've always been able to do | ||
|
||
Used by `.github/actions/set-up-rsc-from-fixture` |
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
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
2 changes: 2 additions & 0 deletions
2
...ernal-packages-and-cells/web/src/components/UserExample/NewUserExample/NewUserExample.tsx
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
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