8 lines
130 B
JavaScript
8 lines
130 B
JavaScript
import React from 'react';
|
|
import Form from './Form';
|
|
|
|
describe('Form', () => {
|
|
it('renders without error', () => {
|
|
|
|
});
|
|
}); |