-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test: dog food @remix-run/testing
#5529
Conversation
|
a5c827c
to
43eab5c
Compare
new-integration/setupAfterEnv.ts
Outdated
import { installGlobals } from "@remix-run/node"; | ||
import "@testing-library/jest-dom/extend-expect"; | ||
|
||
export let jestTimeout = process.platform === "win32" ? 20_000 : 10_000; |
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.
TODO: try removing this, copied it from another package and extended with extend-expect and installGlobals
… complete Signed-off-by: Logan McAnsh <[email protected]>
Signed-off-by: Logan McAnsh <[email protected]>
Signed-off-by: Logan McAnsh <[email protected]>
Signed-off-by: Logan McAnsh <[email protected]>
Signed-off-by: Logan McAnsh <[email protected]>
53da1db
to
40bb0e7
Compare
Signed-off-by: Logan McAnsh <[email protected]>
Superseded by #7186 |
Closes: #
Testing Strategy: