An open API service indexing awesome lists of open source software.

https://github.com/cidem/node_mongo_test


https://github.com/cidem/node_mongo_test

Last synced: 19 days ago
JSON representation

Awesome Lists containing this project

README

          

# Quickstart

```shell
~/private/playgrounds/node_mongo_test on main
❯ node --experimental-strip-types --test --test-concurrency 4
(node:98948) ExperimentalWarning: Type Stripping is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
(node:98949) ExperimentalWarning: Type Stripping is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
✔ foo 2 (1112.14025ms)
✔ bar 2 (39.275666ms)
(node:98950) ExperimentalWarning: Type Stripping is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
✔ foo (1123.457042ms)
✔ bar (37.591375ms)
ℹ tests 4
ℹ suites 0
ℹ pass 4
ℹ fail 0
ℹ cancelled 0
ℹ skipped 0
ℹ todo 0
ℹ duration_ms 1570.8345
```