Skip to content

Commit

Permalink
Update docusaurus/docs/vitest/reference.md
Browse files Browse the repository at this point in the history
Co-authored-by: Artur Trzop <arturtrzop@gmail.com>
  • Loading branch information
3v0k4 and ArturT authored Dec 30, 2024
1 parent c298694 commit 25366bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus/docs/vitest/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ Hint: you can debug in `node`

```js
var glob = require("glob");
var MY_GLOB = "{**/__tests__/**/*.js?(x),**/?(*.)(spec|test).js?(x)}";
var MY_GLOB = "**/*.{test,spec}.?(c|m)[jt]s?(x)";
glob(MY_GLOB, {}, function (err, files) {
console.log(files);
});
Expand Down

0 comments on commit 25366bb

Please sign in to comment.