mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 21:51:17 +08:00
added pending and todo to the status stypes
This commit is contained in:
parent
548f84c6a2
commit
af4ed718d1
@ -8,6 +8,8 @@ import provideJestResult, { Test } from '../hoc/provideJestResult';
|
||||
const StatusTypes = {
|
||||
PASSED_TYPE: 'passed',
|
||||
FAILED_TYPE: 'failed',
|
||||
PENDING_TYPE: 'pending',
|
||||
TODO_TYPE: 'todo',
|
||||
};
|
||||
|
||||
const List = styled.ul({
|
||||
|
Loading…
x
Reference in New Issue
Block a user