Skip to content

Commit

Permalink
fix: cleanup structure
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherPHolder committed Apr 5, 2024
1 parent fb1eee1 commit 875397f
Show file tree
Hide file tree
Showing 99 changed files with 41 additions and 1,673 deletions.
1 change: 1 addition & 0 deletions apps/audit-manager/jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ export default {
'jest-preset-angular/build/serializers/ng-snapshot',
'jest-preset-angular/build/serializers/html-comment',
],
passWithNoTests: true,
};
24 changes: 0 additions & 24 deletions apps/audit-manager/src/app/app.component.spec.ts

This file was deleted.

7 changes: 2 additions & 5 deletions apps/audit-manager/src/app/app.component.ts
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
import { ChangeDetectionStrategy, Component, ViewEncapsulation } from '@angular/core';
import { RouterOutlet } from '@angular/router';
import { ShellComponent } from 'ui/shell';
import { ShellComponent } from '@app-speed/ui/shell';

@Component({
standalone: true,
imports: [ShellComponent, RouterOutlet],
selector: 'app-root',
template: `
<ui-shell>
<router-outlet/>
</ui-shell>`,
template: `<ui-shell><router-outlet/></ui-shell>`,
encapsulation: ViewEncapsulation.None,
changeDetection: ChangeDetectionStrategy.OnPush,
})
Expand Down
10 changes: 1 addition & 9 deletions apps/audit-runner/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,8 @@ export default defineConfig({
}),
],

// Uncomment this if you are using workers.
// worker: {
// plugins: [
// viteTsConfigPaths({
// root: '../../',
// }),
// ],
// },

test: {
passWithNoTests: true,
reporters: ['default'],
globals: true,
cache: {
Expand Down
17 changes: 0 additions & 17 deletions apps/user-flow-manager-e2e/.eslintrc.json

This file was deleted.

15 changes: 0 additions & 15 deletions apps/user-flow-manager-e2e/cypress.config.ts

This file was deleted.

27 changes: 0 additions & 27 deletions apps/user-flow-manager-e2e/project.json

This file was deleted.

13 changes: 0 additions & 13 deletions apps/user-flow-manager-e2e/src/e2e/app.cy.ts

This file was deleted.

4 changes: 0 additions & 4 deletions apps/user-flow-manager-e2e/src/fixtures/example.json

This file was deleted.

1 change: 0 additions & 1 deletion apps/user-flow-manager-e2e/src/support/app.po.ts

This file was deleted.

33 changes: 0 additions & 33 deletions apps/user-flow-manager-e2e/src/support/commands.ts

This file was deleted.

17 changes: 0 additions & 17 deletions apps/user-flow-manager-e2e/src/support/e2e.ts

This file was deleted.

22 changes: 0 additions & 22 deletions apps/user-flow-manager-e2e/tsconfig.json

This file was deleted.

33 changes: 0 additions & 33 deletions apps/user-flow-manager/.eslintrc.json

This file was deleted.

23 changes: 0 additions & 23 deletions apps/user-flow-manager/jest.config.ts

This file was deleted.

79 changes: 0 additions & 79 deletions apps/user-flow-manager/project.json

This file was deleted.

11 changes: 0 additions & 11 deletions apps/user-flow-manager/src/app/app.component.scss

This file was deleted.

24 changes: 0 additions & 24 deletions apps/user-flow-manager/src/app/app.component.spec.ts

This file was deleted.

Loading

0 comments on commit 875397f

Please sign in to comment.