mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-05-02 00:28:08 +08:00
fix lint.
This commit is contained in:
@@ -20,7 +20,7 @@ const testEnvVars = {
|
|||||||
INPUT_MULTIPLE_SPACES_VARIABLE: 'I have multiple spaces',
|
INPUT_MULTIPLE_SPACES_VARIABLE: 'I have multiple spaces',
|
||||||
|
|
||||||
// Save inputs
|
// Save inputs
|
||||||
STATE_state_1: 'state_val'
|
STATE_TEST_1: 'state_val'
|
||||||
}
|
}
|
||||||
|
|
||||||
describe('@actions/core', () => {
|
describe('@actions/core', () => {
|
||||||
@@ -204,7 +204,7 @@ describe('@actions/core', () => {
|
|||||||
})
|
})
|
||||||
|
|
||||||
it('getState gets wrapper action state', () => {
|
it('getState gets wrapper action state', () => {
|
||||||
expect(core.getState('state_1')).toBe('state_val')
|
expect(core.getState('TEST_1')).toBe('state_val')
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user