Skip to content

Commit cd99a41

Browse files
committed
fixup
1 parent fff4cae commit cd99a41

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

src/content/docs/workers/testing/index.mdx

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@ The Workers platform has a variety of ways to test your applications, depending
1717

1818
However, if you don't use Vitest, both [Miniflare's API](/workers/testing/miniflare/writing-tests) and the [`unstable_startWorker()`](/workers/wrangler/api/#unstable_startworker) API provide options for testing your Worker in any testing framework.
1919

20-
| ------------------------------------------------------------------------ | --------------------------------------------------------- | ----------------------------------------------------------------------- | --------------------------------------------- |
21-
| Unit testing ||| |
22-
| Integration testing | | | |
23-
| Loading [Wrangler configuration files](/workers/wrangler/configuration/) || | |
24-
| Use bindings directly in tests | | | |
25-
| Isolated per-test storage | | | |
26-
| Outbound request mocking | | | |
27-
| Multiple Worker support | | | |
28-
| Direct access to Durable Objects | | | |
29-
| Run Durable Object alarms immediately | | | |
30-
| List Durable Objects | | | |
31-
| Testing service Workers | | | |
32-
| Feature | [Vitest integration](/workers/testing/vitest-integration) | [`unstable_startWorker()`](/workers/testing/unstable_startworker/) | [Miniflare's API](/workers/testing/miniflare/writing-tests/) |
20+
| Feature | [Vitest integration](/workers/testing/vitest-integration) | [`unstable_startWorker()`](/workers/testing/unstable_startworker/) | [Miniflare's API](/workers/testing/miniflare/writing-tests/) |
21+
| ------------------------------------- | --------------------------------------------------------- | ------------------------------------------------------------------ | ------------------------------------------------------------ |
22+
| Unit testing | | | |
23+
| Integration testing ||| |
24+
| Loading Wrangler configuration files | | | |
25+
| Use bindings directly in tests | | | |
26+
| Isolated per-test storage | | | |
27+
| Outbound request mocking | | | |
28+
| Multiple Worker support | | | |
29+
| Direct access to Durable Objects | | | |
30+
| Run Durable Object alarms immediately | | | |
31+
| List Durable Objects | | | |
32+
| Testing service Workers | || |
3333

3434
<Render file="testing-pages-functions" product="workers" />

0 commit comments

Comments
 (0)