initial clean up

This commit is contained in:
StevanFreeborn
2022-06-18 17:50:54 -05:00
parent abfaf8ae61
commit c31815e2c6
4 changed files with 2 additions and 83 deletions
-8
View File
@@ -1,8 +0,0 @@
import { render, screen } from '@testing-library/react';
import App from './App';
test('renders learn react link', () => {
render(<App />);
const linkElement = screen.getByText(/Weather forecast/i);
expect(linkElement).toBeInTheDocument();
});
+1 -1
View File
@@ -6,7 +6,7 @@ const context = [
module.exports = function (app) {
const appProxy = createProxyMiddleware(context, {
target: 'https://localhost:5001',
target: 'https://localhost:7021',
secure: false
});