-
-
Notifications
You must be signed in to change notification settings - Fork 9.5k
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
Angular and Vue storyshots #2564
Changes from 1 commit
97c2b42
edb1cf6
c208016
e0bae92
91f17b6
8f549fa
714b694
43a273b
d9942cf
2c460e4
887182f
9cffe0a
29e84bd
f9e83ca
b09b631
3c782a6
3802a8e
3cbd772
db89374
7193eee
36daf9c
5ba2e9e
84237fb
4b612eb
796deb5
7fc4888
08cbbc8
51b91d8
347bdc2
637a919
a0d4e10
ea2db19
a1fd3cf
6a5b3b8
c35d48b
3bb8ab9
45c7f24
ee1fad4
a7a6324
3aa07d0
279090c
7730d21
acfd41e
23b85f0
c4b7ecf
6115fe1
0b57690
de37c4b
08ec56b
e304771
227aaf5
8eee1c0
2aac993
11687bd
b0f4064
ea9adf3
c3b5aa7
805f73e
2e30203
a5eb21c
9ba4b74
64506b4
cb3029e
2ca902a
c2ced8d
9091f4a
d17f61b
f68a410
d5b30aa
5fcf200
878aa75
53b9a3a
89af8fe
db75151
760d3c7
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
// eslint-disable-next-line import/no-extraneous-dependencies | ||
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. Same here 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. People who are already using Storyshots were already needed to install 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. Makes sense to me |
||
import shallow from 'react-test-renderer/shallow'; | ||
|
||
function getRenderedTree(story, context, { renderer, serializer }) { | ||
|
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.
How are people expected to get
jest-preset-angular
dependency? As contrary to@angular/core
, it's by no means guaranteed to be present in an angular project