From 7fe8e18f8f79cc455853d8e217389d1395bdd3b3 Mon Sep 17 00:00:00 2001 From: Hyeseong Kim Date: Tue, 3 Dec 2024 01:25:05 +0900 Subject: [PATCH] doc: add syntax --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a1002bc..6fd28e4 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ describe("Hello, Vitest", t => { You can use simple flags for `skip`, `concurrent`, and `only`. -``` +```res Skip.test("This will be skipped", t => { // ... })