functionality for client users to add providers

This commit is contained in:
Alexander Wong
2018-01-21 15:23:50 -07:00
parent 95d86161ec
commit bc0628bcb7
14 changed files with 596 additions and 16 deletions
+3 -7
View File
@@ -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();
});