mirror of
https://github.com/softprops/action-gh-release.git
synced 2025-09-10 03:30:02 +08:00
chore: swap node assert with vitest assert
Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
@@ -1,13 +1,12 @@
|
||||
import * as assert from "assert";
|
||||
import {
|
||||
mimeOrDefault,
|
||||
asset,
|
||||
Releaser,
|
||||
Release,
|
||||
findTagFromReleases,
|
||||
mimeOrDefault,
|
||||
Release,
|
||||
Releaser,
|
||||
} from "../src/github";
|
||||
|
||||
import { describe, it } from "vitest";
|
||||
import { assert, describe, it } from "vitest";
|
||||
|
||||
describe("github", () => {
|
||||
describe("mimeOrDefault", () => {
|
||||
|
Reference in New Issue
Block a user