https://github.com/cidem/node_mongo_test
https://github.com/cidem/node_mongo_test
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cidem/node_mongo_test
- Owner: cideM
- Created: 2025-02-18T14:51:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-18T14:57:06.000Z (over 1 year ago)
- Last Synced: 2025-02-18T15:49:44.349Z (over 1 year ago)
- Language: TypeScript
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```