Skip to content

Commit e53582a

Browse files
ianmacartneyConvex, Inc.
authored andcommitted
update fuzzy comment for convex-test (#40477)
GitOrigin-RevId: e3c9a13f1925729f988ce770407899de88d9f9b7
1 parent da4713e commit e53582a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

npm-packages/docs/docs/testing/convex-test.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ you can browse to see examples of using it.
2727
</Step>
2828

2929
<Step title="Setup NPM scripts">
30-
30+
3131
Add these scripts to your `package.json`
3232

3333
```json title="package.json"
@@ -42,7 +42,7 @@ you can browse to see examples of using it.
4242
</Step>
4343

4444
<Step title="Configure Vitest">
45-
45+
4646
Add <JSDialectFileName name="vitest.config.mts" /> file to configure the test
4747
environment to better match the Convex runtime, and to inline the test library
4848
for better dependency tracking.
@@ -61,7 +61,7 @@ you can browse to see examples of using it.
6161
</Step>
6262

6363
<Step title="Add a test file">
64-
64+
6565
In your `convex` folder add a file ending in <JSDialectFileName name=".test.ts" />
6666

6767
The example test calls the `api.messages.send` mutation twice
@@ -468,8 +468,8 @@ Some of the ways the mock differs:
468468
built-ins not available in the Convex runtime.
469469
- Some features have only simplified semantics, namely:
470470
- [Text search](/search.mdx) returns all documents that include a word for
471-
which at least one word in the searched string is a prefix. It does not
472-
implement fuzzy searching and doesn't sort the results by relevance.
471+
which at least one word in the searched string is a prefix. It does not sort
472+
the results by relevance.
473473
- [Vector search](/search/vector-search.mdx) returns results sorted by cosine
474474
similarity, but doesn't use an efficient vector index in its implementation.
475475
- There is no support for [cron jobs](/scheduling/cron-jobs.mdx), you should

0 commit comments

Comments
 (0)