Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Carlos Alexandro Becker
2024-05-28 09:50:41 -03:00
parent 2d86541f03
commit 9b0b610e34
5 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { describe, expect, it } from '@jest/globals';
import {describe, expect, it} from '@jest/globals';
import * as github from '../src/github';
describe('getRelease', () => {