File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed
Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change 55 * functions and objects. For example, the core module is mocked in this test,
66 * so that the actual '@actions/core' module is not imported.
77 */
8+ // eslint-disable-next-line jest/no-commented-out-tests
89/*import { jest } from '@jest/globals'
910import * as core from '../__fixtures__/core.js'
1011import { wait } from '../__fixtures__/wait.js'
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ export async function run(): Promise<void> {
88 const schemaPath : string = core . getInput ( 'schemaPath' )
99 const validate : boolean = core . getBooleanInput ( 'validate' )
1010 const diff : boolean = core . getBooleanInput ( 'createDiff' )
11- // @ts -expect-error Construction works
1211 const ajv = new Ajv ( )
1312
1413 let message : string =
You can’t perform that action at this time.
0 commit comments