We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba2c04d commit 56f0731Copy full SHA for 56f0731
1 file changed
src/configs/test.ts
@@ -7,7 +7,7 @@ import { GLOB_TESTS } from "../globs.js";
7
export const mocha: Config[] = [
8
{
9
files: GLOB_TESTS,
10
- ...mochaPlugin.configs!.all,
+ ...mochaPlugin.configs!.recommended,
11
name: "zotero-plugin/mocha",
12
},
13
];
0 commit comments