Skip to content

Commit

Permalink
Code comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeasday committed Jul 28, 2022
1 parent 2f4a8cd commit b9ebd0e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/addons/storyshots/storyshots-puppeteer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"jest-image-snapshot": "^4.3.0"
},
"devDependencies": {
"@storybook/csf": "0.0.2--canary.0899bb7.0",
"@types/puppeteer": "^5.4.0",
"puppeteer": "^2.0.0 || ^3.0.0"
},
Expand Down
1 change: 1 addition & 0 deletions code/lib/store/src/csf/prepareStory.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -638,6 +638,7 @@ describe('playFunction', () => {
it('provides step via runStep', async () => {
const stepPlay = jest.fn((context) => {
expect(context).not.toBeUndefined();
expect(context.step).toEqual(expect.any(Function));
});
const play = jest.fn(async ({ step }) => {
step('label', stepPlay);
Expand Down
1 change: 1 addition & 0 deletions examples/react
Submodule react added at b7ef5b

0 comments on commit b9ebd0e

Please sign in to comment.