From 539ddb7204532864dc5d40edfa7a03bd2bfd3fc3 Mon Sep 17 00:00:00 2001 From: isidor Date: Wed, 11 May 2022 16:08:37 +0200 Subject: [PATCH 1/2] testing initial commit --- docs/typescript/typescript-testing.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 docs/typescript/typescript-testing.md diff --git a/docs/typescript/typescript-testing.md b/docs/typescript/typescript-testing.md new file mode 100644 index 0000000000..93f83b41bd --- /dev/null +++ b/docs/typescript/typescript-testing.md @@ -0,0 +1,11 @@ +# Testing TypeScript + +Visual Studio Code supports testing TypeScript through it's testing framework. You will need to have a right testing extension based on the testing framework that your project uses. + +## Mocha + +## Playwright + +## Jest + +## Vitest \ No newline at end of file From c5d76fa427c45303ac10735c6636846640a37156 Mon Sep 17 00:00:00 2001 From: isidor Date: Fri, 13 May 2022 13:50:55 +0200 Subject: [PATCH 2/2] move testing to be under nodejs --- docs/nodejs/nodejs-testing.md | 13 +++++++++++++ docs/typescript/typescript-testing.md | 11 ----------- 2 files changed, 13 insertions(+), 11 deletions(-) create mode 100644 docs/nodejs/nodejs-testing.md delete mode 100644 docs/typescript/typescript-testing.md diff --git a/docs/nodejs/nodejs-testing.md b/docs/nodejs/nodejs-testing.md new file mode 100644 index 0000000000..d697b4d93e --- /dev/null +++ b/docs/nodejs/nodejs-testing.md @@ -0,0 +1,13 @@ +# Testing Node.js + +Visual Studio Code supports testing Node.js and TypeScript through it's testing framework. You will need to have a right testing extension based on the testing framework that your project uses. + +## Mocha + +## Playwright + +## Jest + +## Vitest + +## Other extensions \ No newline at end of file diff --git a/docs/typescript/typescript-testing.md b/docs/typescript/typescript-testing.md deleted file mode 100644 index 93f83b41bd..0000000000 --- a/docs/typescript/typescript-testing.md +++ /dev/null @@ -1,11 +0,0 @@ -# Testing TypeScript - -Visual Studio Code supports testing TypeScript through it's testing framework. You will need to have a right testing extension based on the testing framework that your project uses. - -## Mocha - -## Playwright - -## Jest - -## Vitest \ No newline at end of file