57 |
58 | Send/Push JSON to channel "{channel}"...
59 |
71 | Subscribed/Listening to channel "{channel}"...
72 | {JSON.stringify(data, null, 2)}
73 |
74 |
75 | );
76 | }
77 |
78 | export default App;
79 |
--------------------------------------------------------------------------------
/client/src/App.test.js:
--------------------------------------------------------------------------------
1 | import { render, screen } from '@testing-library/react';
2 | import App from './App';
3 |
4 | test('renders learn react link', () => {
5 | render(