-
Notifications
You must be signed in to change notification settings - Fork 408
testProxyZone is null in simple angular 5 / karma test run #1035
Comments
@jimmymain, if you are using |
Could you provide a reproduce repo?
…On Wed, Feb 28, 2018 at 2:53 PM, Jim ***@***.***> wrote:
I am using jasmine 2.0.0, the latest release version
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1035 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABYDD9O5Ly4extXcIrlvfqe5jOltGaj7ks5tZOn3gaJpZM4SWGuy>
.
|
I don't know if it's related to zone but here is a repo https://github.com/jimmykane/quantified-self Mine same problem |
@jimmymain , you could try to update your
and run |
Hey @JiaLiPassion thanks for the reply. But keep in mind I am just gettting started with angular testing so it might be my mistake. I am pasting the output here just in case it is usefull
|
@jimmykane , the error you posted is not |
@JiaLiPassion as I imagined. Told you I am new to this. However indeed your suggestion fixed my first issue. Should I keep that entry in my package json or how should I proceed with the issue releated to zone.js? Thank you by the way for the effort! |
@jimmykane , you can keep the entry if you want to use jasmine 3.x or you can downgrade your jasmine to 2.x. |
I have logged a question for this, but I think it's possibly a bug.
testProxyZone
is null in the function below.TypeError: Cannot read property 'run' of null
all the packages are updated to the latest release version
The testProxyZone is null even though my
base.spec.js
contains the necessary imports.the test contains the necessary import / setup
and the configuration references the necessary libraries?
The text was updated successfully, but these errors were encountered: