Skip to content

Commit

Permalink
docs: remove old start method
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Dec 10, 2024
1 parent 085bf5b commit c5cbaa0
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions docs/advanced/api/vitest.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,6 @@ Test mode will only call functions inside `test` or `it`, and throws an error wh

Benchmark mode calls `bench` functions and throws an error, when it encounters `test` or `it`. This mode uses `benchmark.include` and `benchmark.exclude` options in the config to find benchmark files.

## start

```ts
function start(filters: string[]): Promise<TestRunResult>
```

You can start running tests or benchmarks with `start` method. You can pass an array of strings to filter test files.

## config

The root (or global) config. If workspace feature is enabled, projects will reference this as `globalConfig`.
Expand Down

0 comments on commit c5cbaa0

Please sign in to comment.