mirror of
https://github.com/actions/checkout.git
synced 2026-06-17 20:25:56 +00:00
run prettier
This commit is contained in:
parent
c7d2172034
commit
914adfadeb
@ -31,9 +31,8 @@ jest.unstable_mockModule('@actions/github', () => ({
|
||||
}))
|
||||
|
||||
// Dynamic imports after mocking
|
||||
const {assertSafePrCheckout} = await import(
|
||||
'../src/unsafe-pr-checkout-helper.js'
|
||||
)
|
||||
const {assertSafePrCheckout} =
|
||||
await import('../src/unsafe-pr-checkout-helper.js')
|
||||
|
||||
const originalEventName = mockContext.eventName
|
||||
const originalPayload = mockContext.payload
|
||||
|
||||
Loading…
Reference in New Issue
Block a user