-
Notifications
You must be signed in to change notification settings - Fork 78
Port Relay test tooling from Reaction, update to Node 10 #1209
Changes from 1 commit
d695b45
133068b
89c5202
a765905
ab692ae
6df6bf4
eec0d25
31aab9a
72f7553
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
- Loading branch information
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -64,7 +64,8 @@ | |
| "parse5": "5.1.0", | ||
| "graphql": "^0.13", | ||
| "relay-runtime": "https://github.com/alloy/relay/releases/download/v1.5.0-artsy.5/relay-runtime-1.5.0-artsy.5.tgz", | ||
| "@types/relay-runtime": "^1.3.5" | ||
| "@types/relay-runtime": "^1.3.5", | ||
| "cheerio": "0.22.0" | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
My hunch is that enzyme must be passing slightly different configuration options down to cheerio when calling |
||
| }, | ||
| "dependencies": { | ||
| "@artsy/palette": "^2.11.0", | ||
|
|
||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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.
This resolution does not appear to be necessary anymore. Original discussion here: https://github.com/artsy/emission/pull/1185/files#r217160876