Skip to content

Commit

Permalink
fix(nuxt): enable lint e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
mandarini committed Nov 8, 2023
1 parent 4f23523 commit 2f63945
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions e2e/nuxt/src/nuxt.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ describe('Nuxt Plugin', () => {
expect(result).toContain(`Successfully ran target test for project ${app}`);
});

// TODO(katerina): Enable when TypeScript version is 5.2.2 - when Angular 17 PR is merged
xit('should lint application', async () => {
it('should lint application', async () => {
const result = runCLI(`lint ${app}`);
expect(result).toContain(`Successfully ran target lint for project ${app}`);
});
Expand Down

0 comments on commit 2f63945

Please sign in to comment.