Skip to content

Commit

Permalink
fix: test_downstream (#983)
Browse files Browse the repository at this point in the history
  • Loading branch information
wawyed authored Apr 13, 2023
1 parent 34c0efc commit bf45a80
Show file tree
Hide file tree
Showing 139 changed files with 6,792 additions and 9,776 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
- uses: actions/checkout@v2
- name: Configure Environment
run: |
npm config set scripts-prepend-node-path auto
git config --global user.email uirouter@github.actions
git config --global user.name uirouter_github_actions
- name: Install Dependencies
Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
scripts-prepend-node-path=true
10 changes: 10 additions & 0 deletions test-angular-versions/scaffold/cypress.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import { defineConfig } from 'cypress';

export default defineConfig({
video: false,
e2e: {
setupNodeEvents(on, config) {},
baseUrl: 'http://localhost:4000',
supportFile: false
},
})
4 changes: 0 additions & 4 deletions test-angular-versions/scaffold/cypress.json

This file was deleted.

27 changes: 0 additions & 27 deletions test-angular-versions/v10/README.md

This file was deleted.

109 changes: 0 additions & 109 deletions test-angular-versions/v10/angular.json

This file was deleted.

4 changes: 0 additions & 4 deletions test-angular-versions/v10/cypress.json

This file was deleted.

69 changes: 0 additions & 69 deletions test-angular-versions/v10/cypress/integration/sample_app_spec.js

This file was deleted.

32 changes: 0 additions & 32 deletions test-angular-versions/v10/karma.conf.js

This file was deleted.

51 changes: 0 additions & 51 deletions test-angular-versions/v10/package.json

This file was deleted.

7 changes: 0 additions & 7 deletions test-angular-versions/v10/src/app/about.component.ts

This file was deleted.

Empty file.
21 changes: 0 additions & 21 deletions test-angular-versions/v10/src/app/app.component.html

This file was deleted.

40 changes: 0 additions & 40 deletions test-angular-versions/v10/src/app/app.component.ts

This file was deleted.

Loading

0 comments on commit bf45a80

Please sign in to comment.