Skip to content

Commit 1ef8a80

Browse files
Copilothotlong
andcommitted
fix: remove unused ESM-incompatible imports from storybook test-runner config
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 69b38d3 commit 1ef8a80

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.storybook/test-runner.cjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
*
1111
* @type {import('@storybook/test-runner').TestRunnerConfig}
1212
*/
13-
const { toMatchSnapshot } = require('jest-snapshot');
14-
const { getStoryContext } = require('@storybook/test-runner');
1513

1614
module.exports = {
1715
async prepare({ page, browserContext, testRunnerConfig }) {

0 commit comments

Comments
 (0)