feat(common): ✨ 添加工具
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { test, expect, describe } from "@jest/globals";
|
||||
import { test, expect, describe } from "vitest";
|
||||
import { getValueOfRule, InputOptions } from "../src/input-rule";
|
||||
|
||||
describe("getValueOfRule - 文本模式 (text: true)", () => {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { test, expect } from "@jest/globals";
|
||||
import { test, expect } from "vitest";
|
||||
import { Permission } from "../src/permission";
|
||||
|
||||
test("测试 Permission#isValid()", () => {
|
||||
|
||||
Reference in New Issue
Block a user