chore: 单元测试

This commit is contained in:
xiaojunnuo
2024-08-02 22:58:29 +08:00
parent 9187e87419
commit 70ce6be0bf
13 changed files with 131 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
import { expect } from "chai";
import "mocha";
import { EchoPlugin } from "./echo-plugin";
import { EchoPlugin } from "./echo-plugin.js";
describe("task_plugin", function () {
it("#taskplugin", function () {
console.log("before new plugin");

View File

@@ -0,0 +1 @@
license.*