Skip to content

Commit a224645

Browse files
Update src/content/docs/workers/testing/vitest-integration/test-apis.mdx
Co-authored-by: Diogo Ferreira <[email protected]>
1 parent 123181e commit a224645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workers/testing/vitest-integration/test-apis.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ The Workers Vitest integration provides runtime helpers for writing tests in the
261261
* Applies all un-applied [D1 migrations](/d1/reference/migrations/) stored in the `migrations` array to database `db`, recording migrations state in the `migrationsTableName` table. `migrationsTableName` defaults to `d1_migrations`. Call the [`readD1Migrations()`](/workers/testing/vitest-integration/configuration/#readd1migrationsmigrationspath) function from the `@cloudflare/vitest-pool-workers/config` package inside Node.js to get the `migrations` array. Refer to the [D1 recipe](https://github.com/cloudflare/workers-sdk/tree/main/fixtures/vitest-pool-workers-examples/d1) for an example project using migrations.
262262

263263

264-
### Workflows <InlineBadge preset="beta" />
264+
### Workflows
265265

266266

267267

0 commit comments

Comments
 (0)