Skip to content

Commit 92dff88

Browse files
committed
make core spyable
1 parent e502a80 commit 92dff88

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/actions/find/tests/findForUrl.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import axe from 'axe-core'
66
import * as pluginManager from '../src/pluginManager.js'
77
import {clearCache} from '../src/scansContextProvider.js'
88

9+
vi.mock('@actions/core', {spy: true})
910
vi.mock('playwright', () => ({
1011
default: {
1112
chromium: {

0 commit comments

Comments
 (0)