Fix tests

This commit is contained in:
Filipp Riabchun 2019-11-26 22:36:45 +01:00
parent 4be79b6c87
commit d4e676757d
10 changed files with 10 additions and 10 deletions

View File

@ -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({

View File

@ -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) {

View File

@ -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',

View File

@ -1,5 +1,5 @@
import path from 'path';
import initStoryshots, { renderOnly } from '../src';
import initStoryshots, { renderOnly } from '../dist';
initStoryshots({
framework: 'react',

View File

@ -1,5 +1,5 @@
import path from 'path';
import initStoryshots, { renderWithOptions } from '../src';
import initStoryshots, { renderWithOptions } from '../dist';
initStoryshots({
framework: 'react',

View File

@ -1,5 +1,5 @@
import path from 'path';
import initStoryshots, { shallowSnapshot } from '../src';
import initStoryshots, { shallowSnapshot } from '../dist';
initStoryshots({
framework: 'react',

View File

@ -1,5 +1,5 @@
import path from 'path';
import initStoryshots, { shallowSnapshot } from '../src';
import initStoryshots, { shallowSnapshot } from '../dist';
initStoryshots({
framework: 'react',

View File

@ -1,5 +1,5 @@
import path from 'path';
import initStoryshots, { snapshotWithOptions } from '../src';
import initStoryshots, { snapshotWithOptions } from '../dist';
initStoryshots({
framework: 'react',

View File

@ -1,5 +1,5 @@
import path from 'path';
import initStoryshots, { multiSnapshotWithOptions, Stories2SnapsConverter } from '../src';
import initStoryshots, { multiSnapshotWithOptions, Stories2SnapsConverter } from '../dist';
initStoryshots({
framework: 'react',

View File

@ -1,5 +1,5 @@
import path from 'path';
import initStoryshots, { multiSnapshotWithOptions } from '../src';
import initStoryshots, { multiSnapshotWithOptions } from '../dist';
jest.mock('@storybook/node-logger');