From d135258e5e6f08a9ca422763577434b4c3326960 Mon Sep 17 00:00:00 2001 From: npmstudy Date: Tue, 26 Sep 2023 08:30:04 +0800 Subject: [PATCH] document, please ignore --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b10b24e..5a0b08c 100644 --- a/README.md +++ b/README.md @@ -2,15 +2,14 @@ ![build status](https://github.com/npmstudy/your-first-nodejs-helloworld-with-ts/actions/workflows/main.yml/badge.svg) [![codecov](https://codecov.io/github/npmstudy/your-first-nodejs-helloworld-with-ts/graph/badge.svg?token=73T1A0D4Q0)](https://codecov.io/github/npmstudy/your-first-nodejs-helloworld-with-ts) -- use Node.js v20 test runner -- use c8 for coverage - ## What is in this repository? - use [tsx](https://github.com/esbuild-kit/tsx) as typescript register & executor - use [tsup](https://github.com/egoist/tsup) as transpiler from ts to esm - use [tsd](https://github.com/SamVerschueren/tsd) as type test runner +- use Node.js v20 test runner +- use c8 for coverage ## Usages