Skip to content

Commit

Permalink
🧪 test: 修复测试配置异常问题
Browse files Browse the repository at this point in the history
  • Loading branch information
aliothor committed May 15, 2024
1 parent 597d07f commit 5ebfc58
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion template-control-js/test/index.test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { describe, expect, it } from "vitest";
import {} from "../src";
// import {} from "../src";

describe("packageName", () => {
it.todo("pass", () => {
Expand Down
2 changes: 1 addition & 1 deletion template-control-ts/test/index.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { describe, expect, it } from "vitest";
import {} from "../src";
// import {} from "../src";

describe("packageName", () => {
it.todo("pass", () => {
Expand Down
2 changes: 1 addition & 1 deletion template-layer-js/test/index.test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { describe, expect, it } from "vitest";
import {} from "../src";
// import {} from "../src";

describe("packageName", () => {
it.todo("pass", () => {
Expand Down
2 changes: 1 addition & 1 deletion template-layer-ts/test/index.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { describe, expect, it } from "vitest";
import {} from "../src";
// import {} from "../src";

describe("packageName", () => {
it.todo("pass", () => {
Expand Down
2 changes: 1 addition & 1 deletion template-map-tool-js/test/index.test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { describe, expect, it } from "vitest";
import {} from "../src";
// import {} from "../src";

describe("packageName", () => {
it.todo("pass", () => {
Expand Down
2 changes: 1 addition & 1 deletion template-map-tool-ts/test/index.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { describe, expect, it } from "vitest";
import {} from "../src";
// import {} from "../src";

describe("packageName", () => {
it.todo("pass", () => {
Expand Down
2 changes: 1 addition & 1 deletion template-ui-component-js/test/index.test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { describe, expect, it } from "vitest";
import {} from "../src";
// import {} from "../src";

describe("packageName", () => {
it.todo("pass", () => {
Expand Down
2 changes: 1 addition & 1 deletion template-ui-component-ts/test/index.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { describe, expect, it } from "vitest";
import {} from "../src";
// import {} from "../src";

describe("packageName", () => {
it.todo("pass", () => {
Expand Down

0 comments on commit 5ebfc58

Please sign in to comment.