Public Access
1
0
mirror of https://github.com/docker/login-action.git synced 2026-01-27 14:43:05 +03:00

test: fix tests after toolkit update

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2023-09-08 09:35:48 +02:00
parent a64852414f
commit 0e7803459f
4 changed files with 7 additions and 69 deletions

View File

@@ -1,4 +1,5 @@
import {expect, test} from '@jest/globals';
import {getInputs} from '../src/context';
test('with password and username getInputs does not throw error', async () => {