Closed filipefernandes007 closed 4 years ago
Thank you @filipefernandes007, I've just fixed the issues. The assertion error is made on purpose, so that you have a starting point to write your tests and services. Tests should be only executed after the bundle creation, then you shouldn't have errors such as files not found
After running acme tests:
You should call
setUp
like this to avoid that error:Also, after that fix, you have this error:
In fact, what you may want is this:
Finally, you have this assertion error:
Another subject. Running twice the command leads to this:
Keep going on your good work.