You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(unit-testing): Fix tests executed with jasmine
Trying to execute execute tests with jasmine fails, as during initialization we have written incorrect data in karma.config.js file.
The error is: `Error: No provider for “framework:undefined”! (Resolving: framework:undefined)`
The problem is that during initalization we set undefined for framework value. Fix the initalization code to enter correct data in karma.config.js
0 commit comments