mirror of
https://github.com/threeal/cmake-action.git
synced 2025-06-09 18:51:21 +00:00
test: fix @typescript-eslint/consistent-indexed-object-style
lint issue
This commit is contained in:
parent
2f79fde5e7
commit
669a11854e
@ -11,9 +11,9 @@ jest.unstable_mockModule("@actions/core", () => ({
|
|||||||
describe("get action inputs", () => {
|
describe("get action inputs", () => {
|
||||||
interface TestCase {
|
interface TestCase {
|
||||||
name: string;
|
name: string;
|
||||||
booleanInputs?: { [key: string]: boolean };
|
booleanInputs?: Record<string, boolean>;
|
||||||
stringInputs?: { [key: string]: string };
|
stringInputs?: Record<string, string>;
|
||||||
multilineInputs?: { [key: string]: string[] };
|
multilineInputs?: Record<string, string[]>;
|
||||||
expectedInputs?: Partial<Inputs>;
|
expectedInputs?: Partial<Inputs>;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user