From ed9004c2d4af5b60a970690337007938ad82bc56 Mon Sep 17 00:00:00 2001 From: Jialecl Date: Fri, 3 Nov 2023 13:33:28 +0100 Subject: [PATCH] removing unnecessary files --- README.md | 2 +- app/src/app/app.spec.tsx | 15 - app/src/app/nx-welcome.tsx | 845 ------------------------------------- app/src/assets/.gitkeep | 0 4 files changed, 1 insertion(+), 861 deletions(-) delete mode 100644 app/src/app/app.spec.tsx delete mode 100644 app/src/app/nx-welcome.tsx delete mode 100644 app/src/assets/.gitkeep diff --git a/README.md b/README.md index ab46db4..9d5c28d 100644 --- a/README.md +++ b/README.md @@ -169,7 +169,7 @@ npm install Contained in the `lib` folder. -Run the build process into `dist` folder. +Run the build process updating the bundled files inside the dist folder. ```bash nx build halstack-react-hal diff --git a/app/src/app/app.spec.tsx b/app/src/app/app.spec.tsx deleted file mode 100644 index 92bdc62..0000000 --- a/app/src/app/app.spec.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import { render } from '@testing-library/react'; - -import App from './app'; - -describe('App', () => { - it('should render successfully', () => { - const { baseElement } = render(); - expect(baseElement).toBeTruthy(); - }); - - it('should have a greeting as the title', () => { - const { getByText } = render(); - expect(getByText(/Welcome app/gi)).toBeTruthy(); - }); -}); diff --git a/app/src/app/nx-welcome.tsx b/app/src/app/nx-welcome.tsx deleted file mode 100644 index f0cd657..0000000 --- a/app/src/app/nx-welcome.tsx +++ /dev/null @@ -1,845 +0,0 @@ -/* - * * * * * * * * * * * * * * * * * * * * * * * * * * * * - This is a starter component and can be deleted. - * * * * * * * * * * * * * * * * * * * * * * * * * * * * - Delete this file and get started with your project! - * * * * * * * * * * * * * * * * * * * * * * * * * * * * - */ -export function NxWelcome({ title }: { title: string }) { - return ( - <> -