Correct name of test

This commit is contained in:
Eric Schultz 2019-04-19 15:31:07 -05:00
parent b90f4b58e6
commit 1dc91abeda

View file

@ -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()
})
})