run prettier

This commit is contained in:
Aiqiao Yan 2026-06-16 21:27:11 +00:00
parent c7d2172034
commit 914adfadeb

View File

@ -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