Skip to content

Commit bf45a80

Browse files
authored
fix: test_downstream (#983)
1 parent 34c0efc commit bf45a80

File tree

139 files changed

+6792
-9776
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

139 files changed

+6792
-9776
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
- uses: actions/checkout@v2
2424
- name: Configure Environment
2525
run: |
26-
npm config set scripts-prepend-node-path auto
2726
git config --global user.email uirouter@github.actions
2827
git config --global user.name uirouter_github_actions
2928
- name: Install Dependencies

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
scripts-prepend-node-path=true
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
import { defineConfig } from 'cypress';
2+
3+
export default defineConfig({
4+
video: false,
5+
e2e: {
6+
setupNodeEvents(on, config) {},
7+
baseUrl: 'http://localhost:4000',
8+
supportFile: false
9+
},
10+
})

test-angular-versions/scaffold/cypress.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

test-angular-versions/v10/README.md

Lines changed: 0 additions & 27 deletions
This file was deleted.

test-angular-versions/v10/angular.json

Lines changed: 0 additions & 109 deletions
This file was deleted.

test-angular-versions/v10/cypress.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

test-angular-versions/v10/cypress/integration/sample_app_spec.js

Lines changed: 0 additions & 69 deletions
This file was deleted.

test-angular-versions/v10/karma.conf.js

Lines changed: 0 additions & 32 deletions
This file was deleted.

test-angular-versions/v10/package.json

Lines changed: 0 additions & 51 deletions
This file was deleted.

test-angular-versions/v10/src/app/about.component.ts

Lines changed: 0 additions & 7 deletions
This file was deleted.

test-angular-versions/v10/src/app/app.component.css

Whitespace-only changes.

test-angular-versions/v10/src/app/app.component.html

Lines changed: 0 additions & 21 deletions
This file was deleted.

test-angular-versions/v10/src/app/app.component.ts

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)