Correct name of test
This commit is contained in:
parent
b90f4b58e6
commit
1dc91abeda
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ describe('Spinner', () => {
|
|||
expect(toJson(mount(<Spinner size="large"/>))).toMatchSnapshot()
|
||||
})
|
||||
|
||||
test('has customcolor ', () => {
|
||||
test('has custom color ', () => {
|
||||
expect(toJson(mount(<Spinner size="small" color={"#ffffff"}/>))).toMatchSnapshot()
|
||||
})
|
||||
})
|
Loading…
Reference in a new issue