Рудниченко Климент 507ec7bfd4 addon-jest.testresults.json
2018-05-07 10:26:26 +03:00

8 lines
211 B
TypeScript

import * as results from '../addon-jest.testresults.json';
import { withTests } from '@storybook/addon-jest';
export const wTests = withTests({
results,
filesExt: '((\\.specs?)|(\\.tests?))?(\\.ts)?$',
});