Commit ab75ef2 1 parent dc33ee8 commit ab75ef2 Copy full SHA for ab75ef2
File tree 4 files changed +3
-12
lines changed
packages/data-context/src/actions
4 files changed +3
-12
lines changed Original file line number Diff line number Diff line change 21
21
},
22
22
"dependencies" : {
23
23
"@cypress/mount-utils" : " 0.0.0-development" ,
24
- "@storybook/testing-react" : " ^0.0.22" ,
25
24
"debug" : " 4.3.2" ,
26
25
"find-webpack" : " 2.2.1" ,
27
26
"find-yarn-workspace-root" : " 2.0.0"
Original file line number Diff line number Diff line change 1
1
export * from './mount'
2
2
3
3
export * from './mountHook'
4
-
5
- // TODO: Create our own version and eliminate this dependency?
6
- export * from '@storybook/testing-react'
Original file line number Diff line number Diff line change @@ -113,10 +113,10 @@ export class StorybookActions {
113
113
. join ( '\n\n' )
114
114
115
115
return endent `${ isReact ? `import React from "react"` : '' }
116
- import * as stories from "./${ storyFile . name } ";
117
- ${ getDependency ( ) } ;
116
+ import * as stories from "./${ storyFile . name } "
117
+ ${ getDependency ( ) }
118
118
119
- const composedStories = composeStories(stories);
119
+ const composedStories = composeStories(stories)
120
120
121
121
describe('${ parsed . meta . title || parsed . meta . component } ', () => {
122
122
${ itContent }
Original file line number Diff line number Diff line change 7936
7936
"@storybook/client-api" "^6.1.21"
7937
7937
"@storybook/react" "^6.1.21"
7938
7938
7939
- "@storybook/testing-react@^0.0.22":
7940
- version "0.0.22"
7941
- resolved "https://registry.yarnpkg.com/@storybook/testing-react/-/testing-react-0.0.22.tgz#65d3defefbac0183eded0dafb601241d8f135c66"
7942
- integrity sha512-XBJpH1cROXkwwKwD89kIcyhyMPEN5zfSyOUanrN+/Tx4nB5IwzVc/Om+7mtSFvh4UTSNOk5G42Y12KE/HbH7VA==
7943
-
7944
7939
7945
7940
version "6.2.7"
7946
7941
resolved "https://registry.yarnpkg.com/@storybook/theming/-/theming-6.2.7.tgz#7dbbcde537099b1fe65ec63a517fd54a3dd587f5"
You can’t perform that action at this time.
0 commit comments