Skip to content

Commit

Permalink
removed unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
Amulya Kashyap committed Nov 22, 2024
1 parent 9a61a57 commit 97b6439
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/commands/lib/app-helper.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@ const aioConfig = require('@adobe/aio-lib-core-config')
const libEnv = require('@adobe/aio-lib-env')
const libIms = require('@adobe/aio-lib-ims')

jest.mock('child_process', () => ({
exec: jest.fn()
}))

beforeEach(() => {
Object.defineProperty(process, 'platform', { value: 'linux' })
execa.mockReset()
Expand Down

0 comments on commit 97b6439

Please sign in to comment.