-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Add Angular 6 fixture to the sb-cli tests #4464
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4464 +/- ##
=======================================
Coverage 35.96% 35.96%
=======================================
Files 555 555
Lines 6653 6653
Branches 871 871
=======================================
Hits 2393 2393
Misses 3813 3813
Partials 447 447
Continue to review full report at Codecov.
|
…the latest storybook version
CodeFactor shows an issue in a file that does not exists anymore 😕 |
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
I've been testing the LearnStorybook angular code (cc @alterx) w/ Repro:
Output:
Note that LMK if opening a separate issue makes more sense (Edited to show correct storybook install command) |
Maybe you need |
I just tested it with npm and it worked for me doing:
To specifically use @shilman is the npm release tagged with Edit: It's actually |
Argh, sorry I was running The issue is not running storybook; it is actually running the angular app itself with (I have been specifically testing the rc with LearnStorybook, rest assured it does work with the 3.4 version, I am looking for regressions) |
Ah, could it be that the default tsconfig of angular tries to include Can you try to add @igor-dv fyi. I guess we need to open a new issue for that |
@kroeder, yes that works. Perhaps better to add I suppose we need to change the CLI ( |
The Pr is here - #4485 already =) |
What I did
Created an Angular 6 fixture with
ng new angular-cli-v6 --skip-install
. The fixture inangular-cli
still uses Angular 4.How to test
Hopefully, CI will test it for me 🙂