Skip to content

Commit 60697d7

Browse files
Update packages/nx-plugin/src/plugin/target/executor.target.unit.test.ts
Co-authored-by: Matěj Chalk <34691111+matejchalk@users.noreply.github.com>
1 parent e5c82df commit 60697d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nx-plugin/src/plugin/target/executor.target.unit.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ describe('createExecutorTarget', () => {
88
});
99
});
1010

11-
it('should use bin if provides', () => {
11+
it('should use bin if provided', () => {
1212
expect(
1313
createExecutorTarget({ bin: 'packages/cli/src/index.ts' }),
1414
).toStrictEqual({

0 commit comments

Comments
 (0)