docs: syntax highlighting in vitest example (#15585)

This commit is contained in:
jfgreffier 2022-07-12 21:37:04 +02:00 committed by GitHub
parent 7e1801bd30
commit f42ab636f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -96,7 +96,7 @@ it('should work', async () => {
Vitest looks very similar to the Jest/Jasmine setup, and functions in the same way.
```
```js
import { chromium } from 'playwright';
import { afterAll, afterEach, beforeAll, beforeEach, expect, test } from 'vitest';
let browser;