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 has been 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
The text was updated successfully, but these errors were encountered:
* feat(articles): Simple test enhancement
Simple test enhancement proposed by @jrodenbostel. Eases troubleshooting when Article save fails during test execution.
Further reference here: meanjs/generator-meanjs#257Fixes#1658
* updated per @simison's request
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
The text was updated successfully, but these errors were encountered: