Skip to content

Commit e91bf43

Browse files
committed
Update jest and nock
1 parent d657c8e commit e91bf43

File tree

3 files changed

+2757
-5362
lines changed

3 files changed

+2757
-5362
lines changed

__tests__/config.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ test('parse upload_to', () => {
2323

2424
test('upload_to should raise exception if unknown scheme provided', () => {
2525
const t = () => loadConfig({"INPUT_UPLOAD-TO": "unknown://"});
26-
expect(t).toThrowError("Invalid upload_to scheme: unknown://. Accepted, s3:// or github-release://");
26+
expect(t).toThrow("Invalid upload_to scheme: unknown://. Accepted, s3:// or github-release://");
2727
});

0 commit comments

Comments
 (0)