Skip to content

Commit

Permalink
feat(MockBuilder): mocks root providers via inject function help-me-m…
Browse files Browse the repository at this point in the history
  • Loading branch information
satanTime committed Nov 26, 2022
1 parent 93f7273 commit e134049
Show file tree
Hide file tree
Showing 12 changed files with 757 additions and 464 deletions.
6 changes: 4 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -313,15 +313,15 @@ jobs:
value: << pipeline.git.branch >>
steps:
- checkout
- run: nvm install $(cat e2e/a5es5/.nvmrc)
- run: nvm use $(cat e2e/a5es5/.nvmrc)
- attach_workspace:
at: dist
- run:
name: NPM Shell
command: npm config set script-shell bash.exe
- restore_cache:
key: a5es5-<< pipeline.parameters.lockindex >>-{{ arch }}-{{ checksum "e2e/a5es5/package-lock.json" }}
- run: nvm install $(cat e2e/a5es5/.nvmrc)
- run: nvm use $(cat e2e/a5es5/.nvmrc)
- run:
name: NPM Install
command: |
Expand All @@ -333,6 +333,7 @@ jobs:
paths:
- ./e2e/a5es5/node_modules
- ~/.cache/puppeteer
- /ProgramData/nvm/temp
- run:
name: Spreading Build
command: |
Expand All @@ -350,6 +351,7 @@ jobs:
cp -R examples $P
rm $P/examples/TestRoutingGuard/test.spec.ts
rm $P/examples/TestRoutingResolver/test.spec.ts
rm $P/tests/issue-4282/test.spec.ts
- run:
name: Unit Tests
command: |
Expand Down
2 changes: 2 additions & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,14 @@ overrides:

'@typescript-eslint/no-explicit-any': off
'@typescript-eslint/no-namespace': off
'@typescript-eslint/no-this-alias': off
'@typescript-eslint/no-unused-vars': error

unicorn/no-array-callback-reference: off
unicorn/no-array-method-this-argument: off
unicorn/no-for-loop: off
unicorn/no-null: off
unicorn/no-this-assignment: off
unicorn/no-typeof-undefined: off
unicorn/no-useless-undefined: off
unicorn/prefer-array-flat: off
Expand Down
78 changes: 39 additions & 39 deletions e2e/a13/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e134049

Please sign in to comment.