Skip to content

Commit 56f0731

Browse files
committed
fix: only enable mocha/recommended
1 parent ba2c04d commit 56f0731

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/configs/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { GLOB_TESTS } from "../globs.js";
77
export const mocha: Config[] = [
88
{
99
files: GLOB_TESTS,
10-
...mochaPlugin.configs!.all,
10+
...mochaPlugin.configs!.recommended,
1111
name: "zotero-plugin/mocha",
1212
},
1313
];

0 commit comments

Comments
 (0)