Matthew Maloney
Matthew Maloney
It sounds like your import is named differently than whats in the mod file.
Neither of these seem to be resolving the issue for me.
Does their server even support a version of python that supports f-strings? AWS Lambda only supports up to 3.9 of python, which does not have f-strings, for instance.
I am experiencing this issue as-well in Angular 13 and we saw this issue in Angular 10 too ``` "karma": "^6.4.1", "karma-coverage": "^2.2.0", "karma-chrome-launcher": "~3.1.0", "karma-coverage-istanbul-reporter": "~3.0.2", "karma-jasmine": "~4.0.0", "karma-jasmine-html-reporter":...
@eberhak I am not sure of what's causing the issue in karma. Frankly, I became frustrated with karma and started a migration to jest using jest-jasmine2 test runner, so we...