Skip to content

Commit c8f52d3

Browse files
add known limitation (#33145)
1 parent b9d9e16 commit c8f52d3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/en/tests/setup/javascript.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -763,6 +763,9 @@ Jest's [--forceExit][14] option may cause data loss. Datadog tries to send data
763763
### Mocha's `--exit`
764764
Mocha's [--exit][15] option may cause data loss. Datadog tries to send data immediately after your tests finish, but shutting down the process abruptly can cause some requests to fail. Use `--exit` with caution.
765765

766+
### Vitest's browser mode
767+
Vitest's [browser mode][18] is not supported.
768+
766769
## Best practices
767770

768771
Follow these practices to take full advantage of the testing framework and Test Optimization.
@@ -851,3 +854,4 @@ Datadog recommends using `DD_TEST_SESSION_NAME` if your test commands vary betwe
851854
[15]: https://mochajs.org/#-exit
852855
[16]: https://jestjs.io/docs/api#testeachtablename-fn-timeout
853856
[17]: https://www.npmjs.com/package/mocha-each
857+
[18]: https://vitest.dev/guide/browser/

0 commit comments

Comments
 (0)