mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-21 14:40:05 -05:00
refactor: additional script cleanups
This commit is contained in:
@@ -48,9 +48,8 @@ describe('packages', () => {
|
||||
.resolves(['./packages/coffee'])
|
||||
|
||||
globbyStub
|
||||
.withArgs(['package.json', 'lib', 'src/main.js'])
|
||||
.withArgs(['lib', 'src/main.js'])
|
||||
.resolves([
|
||||
'package.json',
|
||||
'lib/foo.js',
|
||||
'src/main.js',
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user