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 Aug 30, 2021. It is now read-only.
I'd like to propose a simple enhancement to the test cases for the example Article module. The enhancement would cover cases where test cases fail without sharing useable debugging data when Articles can't be saved (which can happen for a variety of reasons).
The change would happen on line 309, and contain a simple conditional checking for an error and printing it out if one exists. I'm submitting a pull request shortly with this enhancement. Other reference for this enhancement exists here: meanjs/generator-meanjs#257
I'd like to propose a simple enhancement to the test cases for the example Article module. The enhancement would cover cases where test cases fail without sharing useable debugging data when Articles can't be saved (which can happen for a variety of reasons).
The change would happen on line 309, and contain a simple conditional checking for an error and printing it out if one exists. I'm submitting a pull request shortly with this enhancement. Other reference for this enhancement exists here: meanjs/generator-meanjs#257