Skip to content

Commit 3e0da09

Browse files
committed
test: remove console.logs
1 parent 3a8c9bb commit 3e0da09

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
import { Base } from "./src";
22

33
const fooPlugin = (test: Base) => {
4-
console.log("plugin evalutes");
5-
64
return {
75
foo: () => "foo",
86
};
97
};
108
const barPlugin = (test: Base) => {
11-
console.log("plugin evalutes");
12-
139
return {
1410
bar: () => "bar",
1511
};

0 commit comments

Comments
 (0)