added pending and todo to the status stypes

This commit is contained in:
CodeByAlex 2019-08-17 10:57:10 -04:00
parent 548f84c6a2
commit af4ed718d1

View File

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