Skip to content

Commit bacd356

Browse files
committed
🐛 fix: remove logs
1 parent 24db94c commit bacd356

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/index.test.ts

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ const importLintPackage = async () => {
88
};
99

1010
test('Should exports a CommonJS module', (executionContext) => {
11-
console.log(plugin);
1211
executionContext.is(typeof plugin, 'object');
1312
});
1413

0 commit comments

Comments
 (0)