initial clean up
This commit is contained in:
@@ -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();
|
||||
});
|
||||
@@ -6,7 +6,7 @@ const context = [
|
||||
|
||||
module.exports = function (app) {
|
||||
const appProxy = createProxyMiddleware(context, {
|
||||
target: 'https://localhost:5001',
|
||||
target: 'https://localhost:7021',
|
||||
secure: false
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user