mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-07 07:21:17 +08:00
8 lines
211 B
TypeScript
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)?$',
|
|
});
|