cleanup(misc): fix broken test (#19550)
This commit is contained in:
parent
8bf6a97a29
commit
4d16623741
@ -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: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user