Skip to content

Commit

Permalink
test(core): fix name of format test
Browse files Browse the repository at this point in the history
Fix test descriptor to specify the correct executor.
  • Loading branch information
Ben Callaghan committed May 19, 2021
1 parent e391744 commit a815733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/executors/format/executor.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ describe('Format Executor', () => {
}
});

it('calls build when 1 project file is found', async () => {
it('calls format when 1 project file is found', async () => {
try {
const directoryPath = `${root}/apps/my-app`;
await fs.mkdir(directoryPath, { recursive: true });
Expand Down

0 comments on commit a815733

Please sign in to comment.