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
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
The tests don't have the primary line when you're testing your module.
beforeEach(module('MyApp'))// Your app module name.
When I was trying to test I get this module undefined error and I get stuck on that for a while, and just after read some blog posts I figure out that this primary line is essential. My point is that I think this is a important thing when you're starting to test, and a lot of people get stuck on that. So if the docs can be more especific and more helpful, why will not be?
The text was updated successfully, but these errors were encountered:
According with the Issue #9537. This module declaration in the test is very important. When I started to test in angular I copy and paste this code to see how it works, and I get this `module undefined error`, and just after read some blog posts I figure out that this line is essential for testing your module. So, for best understanding of begginers this can be very helpful.
Closes#9563
The tests don't have the primary line when you're testing your module.
When I was trying to test I get this
module undefined error
and I get stuck on that for a while, and just after read some blog posts I figure out that this primary line is essential. My point is that I think this is a important thing when you're starting to test, and a lot of people get stuck on that. So if the docs can be more especific and more helpful, why will not be?The text was updated successfully, but these errors were encountered: