File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ import {
1717 AugmentationProperties ,
1818 generateCodeScanningConfig ,
1919 defaultAugmentationProperties ,
20+ UserConfig ,
2021} from "./config/db-config" ;
2122import type { Config } from "./config-utils" ;
2223import * as defaults from "./defaults.json" ;
@@ -545,7 +546,7 @@ const injectedConfigMacro = test.macro({
545546 t : ExecutionContext < unknown > ,
546547 augmentationProperties : AugmentationProperties ,
547548 configOverride : Partial < Config > ,
548- expectedConfig : any ,
549+ expectedConfig : UserConfig ,
549550 ) => {
550551 await util . withTmpDir ( async ( tempDir ) => {
551552 sinon . stub ( actionsUtil , "isDefaultSetup" ) . resolves ( false ) ;
@@ -600,7 +601,7 @@ function testInjectedConfig(
600601 title : string ,
601602 augmentationProperties : AugmentationProperties ,
602603 configOverride : Partial < Config > ,
603- expectedConfig : any ,
604+ expectedConfig : UserConfig ,
604605) {
605606 test . serial (
606607 title ,
You can’t perform that action at this time.
0 commit comments