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

https://github.com/dunghenry/nodejsv18_features


https://github.com/dunghenry/nodejsv18_features

docker docker-compose expressjs fetch node18 testrunner typescript

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

## Nodejs v18 trainning

### Test runner

```js
node --test
```

```js
node --test __test__/sum.test.js
```