Skip to content

Commit

Permalink
AAE-25664 Remove adf-testing lib (#10389)
Browse files Browse the repository at this point in the history
* Remove adf-testing lib

* remove adf-testing references

* remove testing:bundle from CI workflows
  • Loading branch information
matthiasHOnGithub authored Nov 28, 2024
1 parent b09f4ca commit 35543a6
Show file tree
Hide file tree
Showing 183 changed files with 1 addition and 13,998 deletions.
1 change: 0 additions & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ jobs:
npm ci
npx nx run js-api:bundle
npx nx run cli:bundle
npx nx run testing:bundle
- uses: ./.github/actions/upload-node-modules-and-artifacts

unit-tests:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ jobs:
npm ci
npx nx run js-api:bundle
npx nx run cli:bundle
npx nx run testing:bundle
- uses: ./.github/actions/upload-node-modules-and-artifacts

release-npm:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ jobs:
npm ci
npx nx run js-api:bundle
npx nx run cli:bundle
npx nx run testing:bundle
- uses: ./.github/actions/upload-node-modules-and-artifacts

release-storybook:
Expand Down
1 change: 0 additions & 1 deletion lib/cli/scripts/licenses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ const nonStandardLicenses = {
};

const missingRepositories = {
'@alfresco/adf-testing': 'https://github.com/Alfresco/alfresco-ng2-components',
'@webassemblyjs/helper-api-error': 'https://github.com/xtuc/webassemblyjs',
'@webassemblyjs/helper-fsm': 'https://github.com/xtuc/webassemblyjs',
'@webassemblyjs/ieee754': 'https://github.com/xtuc/webassemblyjs',
Expand Down
17 changes: 0 additions & 17 deletions lib/testing/.browserslistrc

This file was deleted.

74 changes: 0 additions & 74 deletions lib/testing/.eslintrc.json

This file was deleted.

3 changes: 0 additions & 3 deletions lib/testing/README.md

This file was deleted.

20 changes: 0 additions & 20 deletions lib/testing/index.ts

This file was deleted.

30 changes: 0 additions & 30 deletions lib/testing/karma.conf.js

This file was deleted.

8 changes: 0 additions & 8 deletions lib/testing/ng-package.json

This file was deleted.

23 changes: 0 additions & 23 deletions lib/testing/package.json

This file was deleted.

75 changes: 0 additions & 75 deletions lib/testing/project.json

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 35543a6

Please sign in to comment.