suman icon indicating copy to clipboard operation
suman copied to clipboard

🌇 🌆 🌉 Advanced, user-friendly, language-agnostic, super-high-performance test runner. http://sumanjs.org

Results 58 suman issues
Sort by recently updated
recently updated
newest added

on macos and *nix? /usr/local/etc/bash_completion.d

Nifty package to cache dependency paths so thousands of stat() calls can be avoided on startup: https://github.com/bahmutov/cache-require-paths

```java @Test public void testThatTheServerIsStarted(TestContext tc) { Async async = tc.async(); vertx.createHttpClient().getNow(8080, "localhost", "/", response -> { tc.assertEquals(response.statusCode(), 200); response.bodyHandler(body -> { tc.assertTrue(body.length() > 0); async.complete(); }); }); } ```

https://github.com/ORESoftware/link2self for linking a project to itself

Add a command line option: ` --no-exit ` so that processes only exit when event loop empties

The following: ``` [1] ✔ 'passes' (109ms) [2] ✔ 'passes' (110ms) stderr for 2: assert.js:337 stderr for 2: throw err; stderr for 2: ^ stderr for 2: stderr for 2:...

use $BASH_SOURCE instead of custom readlink / realpath

https://docusaurus.io/ for documentation, better than Gitbook?

``` npm install --save-exact ``` should save the exact versions, better for libraries.

https://sumanjs.gitbook.io/suman/