Skip to content

Commit

Permalink
cleanup(misc): fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
leosvelperez committed Oct 10, 2023
1 parent 8bf6a97 commit 36642bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/workspace/src/generators/move/move.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ describe('move', () => {
executor: '@nx/linter:eslint',
outputs: ['{options.outputFile}'],
options: {
lintFilePatterns: ['my-lib/**/*.ts', 'my-lib/package.json'],
lintFilePatterns: ['my-lib/src/**/*.ts', 'my-lib/package.json'],
},
},
test: {
Expand Down

0 comments on commit 36642bd

Please sign in to comment.