-
Notifications
You must be signed in to change notification settings - Fork 189
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fixed lint errors * Wrapped Promise.all() with try/catch block because it might fail. * Added test for `/post/` when expand=1 * Increased test granularity on the test * Increased the test strength of expand=1 * Reduced code redundancy in posts.js * Changed the pseudo-data in `posts.test.js` to make it more rational. * Removed redundant variable assignment. * Removed async in parepareData()
- Loading branch information
Showing
3 changed files
with
123 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters