test: rename destroy to unmount
This commit is contained in:
@@ -393,7 +393,7 @@ test('call focus method before mounted', (done) => {
|
||||
});
|
||||
|
||||
test('destroy field', () => {
|
||||
mount(Field).destroy();
|
||||
mount(Field).unmount();
|
||||
});
|
||||
|
||||
test('colon prop', () => {
|
||||
|
||||
Reference in New Issue
Block a user