fix: unit tests

This commit is contained in:
Ville Brofeldt
2020-09-16 09:50:58 +03:00
parent 71fc7cbfcf
commit c30c3b20d6
2 changed files with 2 additions and 1 deletions

View File

@@ -39,6 +39,6 @@ describe('ColorSchemeControl', () => {
});
it('renders a Creatable', () => {
expect(wrapper.find(Select)).toExist();
expect(wrapper.find(Select)).toHaveLength(1);
});
});