We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 741aade commit 12c17eeCopy full SHA for 12c17ee
@commitlint/config-lerna-scopes/test.js
@@ -65,5 +65,5 @@ test('returns expected value for scoped lerna repository', async t => {
65
test('works with lerna version < 3', async t => {
66
const {'scope-enum': fn} = config.rules;
67
const cwd = await npm.bootstrap('fixtures/lerna-two');
68
- await t.notThrowsAsync(async () => fn({cwd}));
+ await t.notThrowsAsync(fn({cwd}));
69
});
0 commit comments