-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Change ng stories dir #2672
Change ng stories dir #2672
Conversation
@Quramy, can you take a look why are the cli test failing ? Looks like something is misconfigured with tsconfig. |
@igor-dv. As you said, this error is caused by And the latest |
Codecov Report
@@ Coverage Diff @@
## master #2672 +/- ##
=======================================
Coverage 34.35% 34.35%
=======================================
Files 390 390
Lines 8772 8772
Branches 907 908 +1
=======================================
Hits 3014 3014
+ Misses 5166 5136 -30
- Partials 592 622 +30
Continue to review full report at Codecov.
|
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.
LGTM.
@Hypnosphi any insights?
Does it mean that this change will break people's apps that were initially bootstrapped with previous versions of |
The |
So is it good to go? |
I'll change the base branch for a moment, just to check if it fixes issues with #2712 |
Noop commit to kick off CI
Issue:
See #2645
What I did
stories
directory location.How to test
Is this testable with jest or storyshots?