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
- Host: GitHub
- URL: https://github.com/dunghenry/nodejsv18_features
- Owner: dunghenry
- Created: 2022-11-25T07:59:25.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-25T11:20:45.000Z (over 2 years ago)
- Last Synced: 2025-01-25T19:29:03.306Z (4 months ago)
- Topics: docker, docker-compose, expressjs, fetch, node18, testrunner, typescript
- Language: TypeScript
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Nodejs v18 trainning
### Test runner
```js
node --test
``````js
node --test __test__/sum.test.js
```