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