question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

addon-jest: Documentation Angular Usage

See original GitHub issue

Documentation is incorrect for Angular Usage https://github.com/storybookjs/storybook/tree/master/addons/jest#usage-with-angular

import * as results from '../.jest-test-results.json';

should be

import results from '../.jest-test-results.json';

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
shilmancommented, May 12, 2020

@parulpriyedarshani yes please! PRs welcome!

1reaction
shilmancommented, Apr 15, 2020

want to submit a PR?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Introduction to the Angular docs
These Angular docs help you learn and use the Angular framework and development platform, from your first application to optimizing complex single-page ...
Read more >
angular-storybook-starter/addon-jest.stories.ts at master - GitHub
angular -storybook-starter/src/stories/addon-jest.stories.ts · Go to file T · Go to line L · Copy path · Copy permalink.
Read more >
Jest Addon | Storybook: Frontend workshop for UI development
Install this addon by adding the @storybook/addon-jest as a development dependency with: npm install --save-dev @storybook/addon-jest.
Read more >
Story for an Angular Directive V2 | by Redin Gaetan - Medium
I use Jest to test my code. It's sometime useful knowing what is tested without going in the code. For this, you have...
Read more >
@storybook/addon-jest | Yarn - Package Manager
Storybook addon Jest ... Support Angular 15.0.4 #20287; CLI: execute automigrations when pressing enter in the ... Ember: Remove global Ember usage #17843 ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found