mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 13:21:14 +08:00
Fix tests
This commit is contained in:
parent
4be79b6c87
commit
d4e676757d
@ -1,7 +1,7 @@
|
||||
import path from 'path';
|
||||
import { mount } from 'enzyme';
|
||||
import toJson from 'enzyme-to-json';
|
||||
import initStoryshots, { Stories2SnapsConverter } from '../src';
|
||||
import initStoryshots, { Stories2SnapsConverter } from '../dist';
|
||||
import { TIMEOUT, EXPECTED_VALUE } from './required_with_context/Async.stories';
|
||||
|
||||
initStoryshots({
|
||||
|
@ -1,5 +1,5 @@
|
||||
import path from 'path';
|
||||
import initStoryshots, { multiSnapshotWithOptions, Stories2SnapsConverter } from '../src';
|
||||
import initStoryshots, { multiSnapshotWithOptions, Stories2SnapsConverter } from '../dist';
|
||||
|
||||
class AnotherStories2SnapsConverter extends Stories2SnapsConverter {
|
||||
getSnapshotFileName(context) {
|
||||
|
@ -2,7 +2,7 @@ import path from 'path';
|
||||
import { mount } from 'enzyme';
|
||||
import { createSerializer as enzymeSerializer } from 'enzyme-to-json';
|
||||
import { createSerializer as emotionSerializer } from 'jest-emotion';
|
||||
import initStoryshots from '../src';
|
||||
import initStoryshots from '../dist';
|
||||
|
||||
initStoryshots({
|
||||
framework: 'react',
|
||||
|
@ -1,5 +1,5 @@
|
||||
import path from 'path';
|
||||
import initStoryshots, { renderOnly } from '../src';
|
||||
import initStoryshots, { renderOnly } from '../dist';
|
||||
|
||||
initStoryshots({
|
||||
framework: 'react',
|
||||
|
@ -1,5 +1,5 @@
|
||||
import path from 'path';
|
||||
import initStoryshots, { renderWithOptions } from '../src';
|
||||
import initStoryshots, { renderWithOptions } from '../dist';
|
||||
|
||||
initStoryshots({
|
||||
framework: 'react',
|
||||
|
@ -1,5 +1,5 @@
|
||||
import path from 'path';
|
||||
import initStoryshots, { shallowSnapshot } from '../src';
|
||||
import initStoryshots, { shallowSnapshot } from '../dist';
|
||||
|
||||
initStoryshots({
|
||||
framework: 'react',
|
||||
|
@ -1,5 +1,5 @@
|
||||
import path from 'path';
|
||||
import initStoryshots, { shallowSnapshot } from '../src';
|
||||
import initStoryshots, { shallowSnapshot } from '../dist';
|
||||
|
||||
initStoryshots({
|
||||
framework: 'react',
|
||||
|
@ -1,5 +1,5 @@
|
||||
import path from 'path';
|
||||
import initStoryshots, { snapshotWithOptions } from '../src';
|
||||
import initStoryshots, { snapshotWithOptions } from '../dist';
|
||||
|
||||
initStoryshots({
|
||||
framework: 'react',
|
||||
|
@ -1,5 +1,5 @@
|
||||
import path from 'path';
|
||||
import initStoryshots, { multiSnapshotWithOptions, Stories2SnapsConverter } from '../src';
|
||||
import initStoryshots, { multiSnapshotWithOptions, Stories2SnapsConverter } from '../dist';
|
||||
|
||||
initStoryshots({
|
||||
framework: 'react',
|
||||
|
@ -1,5 +1,5 @@
|
||||
import path from 'path';
|
||||
import initStoryshots, { multiSnapshotWithOptions } from '../src';
|
||||
import initStoryshots, { multiSnapshotWithOptions } from '../dist';
|
||||
|
||||
jest.mock('@storybook/node-logger');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user