functionality for client users to add providers
This commit is contained in:
@@ -1,8 +1,4 @@
|
||||
import React from 'react';
|
||||
import ReactDOM from 'react-dom';
|
||||
import App from './App';
|
||||
|
||||
it('renders without crashing', () => {
|
||||
const div = document.createElement('div');
|
||||
ReactDOM.render(<App />, div);
|
||||
it("does nothing", async done => {
|
||||
expect(true).toBe(true);
|
||||
done();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user