-
Notifications
You must be signed in to change notification settings - Fork 12k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jasmine's clock mocks can't be used in library specs v2 #24651
Labels
area: @angular-devkit/build-angular
devkit/build-angular:karma
freq1: low
Only reported by a handful of users who observe it rarely
severity5: regression
type: bug/fix
Comments
This seems to have regressed in the last patch version following #24620 |
alan-agius4
added
type: bug/fix
freq1: low
Only reported by a handful of users who observe it rarely
area: @angular-devkit/build-angular
devkit/build-angular:karma
labels
Feb 3, 2023
alan-agius4
added a commit
to alan-agius4/angular-cli
that referenced
this issue
Feb 3, 2023
…ipts instead of modules This commit updates changes the way polyfills and runtime are loaded from modules to scripts. This is required as otherwise Jasmine will be loaded prior to Zone.js which causes clock patching not to work. Closes angular#24651
alan-agius4
added a commit
to alan-agius4/angular-cli
that referenced
this issue
Feb 3, 2023
…ipts instead of modules This commit updates changes the way polyfills and runtime are loaded from modules to scripts. This is required as otherwise Jasmine will be loaded prior to Zone.js which causes clock patching not to work. Closes angular#24651
angular-robot bot
pushed a commit
that referenced
this issue
Feb 3, 2023
…ipts instead of modules This commit updates changes the way polyfills and runtime are loaded from modules to scripts. This is required as otherwise Jasmine will be loaded prior to Zone.js which causes clock patching not to work. Closes #24651
alan-agius4
added a commit
to alan-agius4/angular-cli
that referenced
this issue
Feb 8, 2023
…ipts instead of modules This commit updates changes the way polyfills and runtime are loaded from modules to scripts. This is required as otherwise Jasmine will be loaded prior to Zone.js which causes clock patching not to work. Closes angular#24651
alan-agius4
added a commit
to alan-agius4/angular-cli
that referenced
this issue
Feb 9, 2023
…ipts instead of modules This commit updates changes the way polyfills and runtime are loaded from modules to scripts. This is required as otherwise Jasmine will be loaded prior to Zone.js which causes clock patching not to work. Closes angular#24651
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
area: @angular-devkit/build-angular
devkit/build-angular:karma
freq1: low
Only reported by a handful of users who observe it rarely
severity5: regression
type: bug/fix
Command
test
Is this a regression?
The previous version in which this bug was not present was
No response
Description
I do not believe #14432 was fixed
Minimal Reproduction
added to app.component.spec.ts
Exception or Error
Your Environment
Anything else relevant?
No response
The text was updated successfully, but these errors were encountered: