Skip to content

fix(unit-testing): Fix tests executed with jasmine #3704

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

Merged
merged 1 commit into from
Jun 25, 2018

Conversation

rosen-vladimirov
Copy link
Contributor

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

PR Checklist

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
@rosen-vladimirov rosen-vladimirov added this to the 4.1.2 milestone Jun 22, 2018
@rosen-vladimirov rosen-vladimirov self-assigned this Jun 22, 2018
@rosen-vladimirov rosen-vladimirov merged commit a60cf15 into release Jun 25, 2018
@rosen-vladimirov rosen-vladimirov deleted the vladimirov/fix-unit-tests-no-mocha branch June 25, 2018 06:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants