4ekki

Results 3 issues of 4ekki

Please add method(-s) to generate first_name and last_name in 'Benedict Cumberbatch'-like style (https://www.reddit.com/r/InternetIsBeautiful/comments/1l9005/benedict_cumberbatch_name_generator/). I.e., method casual.benedict should generate strings like Bubblecat, Bonapart, Battlefield, etc and method casual.cumberbatch - Cuttlewizzle, Quarterhack,...

Currently, order of lines in generated barrel is not alphabetical. This cause mess when including generate-barrels script in pre-commit hooks along with linter/prettier rules that sort exports (like https://github.com/lydell/eslint-plugin-simple-import-sort/). See...

enhancement
no-issue-activity

Currently, unconditional `test.fail()` doesn't accept description. In order to mark test 'failed', I need to use either comments, or use conditional form with 'true': ``` test("function works properly", async ()...

feature-test-runner