forked from remix-run/indie-stack
-
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.
- Loading branch information
1 parent
477c7fe
commit 38b0763
Showing
6 changed files
with
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
// Use this to create a new user and login with that user | ||
// Simply call this with: | ||
// npx ts-node ./cypress/support/create-user.ts [email protected] | ||
// npx ts-node --require tsconfig-paths/register ./cypress/support/create-user.ts [email protected] | ||
// and it will log out the cookie value you can use to interact with the server | ||
// as that new user. | ||
|
||
|
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,6 +1,6 @@ | ||
// Use this to delete a user by their email | ||
// Simply call this with: | ||
// npx ts-node ./cypress/support/delete-user.ts [email protected] | ||
// npx ts-node --require tsconfig-paths/register ./cypress/support/delete-user.ts [email protected] | ||
// and that user will get deleted | ||
|
||
import { installGlobals } from "@remix-run/node/globals"; | ||
|
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,2 +1,3 @@ | ||
require("tsconfig-paths/register"); | ||
require("ts-node").register({ transpileOnly: true }); | ||
require("./start"); |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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