Skip to content

Commit b88636b

Browse files
committed
fixup! merge with main
1 parent 5c0cb40 commit b88636b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/site/pages/en/learn/test-runner/using-test-runner.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ function globalUIBeforeEach() {
383383
384384
You can have 2 different levels of UI tests: a unit-like (wherein externals & dependencies are mocked) and a more end-to-end (where only externals like IndexedDb are mocked but the rest of the chain is real). The former is generally the purer option, and the latter is generally deferred to a fully end-to-end automated usability test via something like [Playwright](https://playwright.dev/) or [Puppeteer](https://pptr.dev/). Below is an example of the former.
385385
386-
```jsx
386+
```js
387387
import { before, describe, mock, it } from 'node:test';
388388

389389
import { screen } from '@testing-library/dom';

0 commit comments

Comments
 (0)