Skip to content

Commit

Permalink
cleanup(linter): remove test suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
meeroslav committed Nov 24, 2022
1 parent c5aff99 commit a02e187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/linter/src/linter.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ export function tslibC(): string {
});
});

describe('Root projects migration MMM', () => {
describe('Root projects migration', () => {
afterEach(() => cleanupProject());

it('should set root project config to app and e2e app and migrate when another lib is added', () => {
Expand Down

0 comments on commit a02e187

Please sign in to comment.