mirror of
https://code.forgejo.org/actions/checkout.git
synced 2026-07-02 17:46:09 +00:00
run prettier
This commit is contained in:
parent
c7d2172034
commit
914adfadeb
1 changed files with 2 additions and 3 deletions
|
|
@ -31,9 +31,8 @@ jest.unstable_mockModule('@actions/github', () => ({
|
||||||
}))
|
}))
|
||||||
|
|
||||||
// Dynamic imports after mocking
|
// Dynamic imports after mocking
|
||||||
const {assertSafePrCheckout} = await import(
|
const {assertSafePrCheckout} =
|
||||||
'../src/unsafe-pr-checkout-helper.js'
|
await import('../src/unsafe-pr-checkout-helper.js')
|
||||||
)
|
|
||||||
|
|
||||||
const originalEventName = mockContext.eventName
|
const originalEventName = mockContext.eventName
|
||||||
const originalPayload = mockContext.payload
|
const originalPayload = mockContext.payload
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue