Skip to content

Commit

Permalink
🐛 fix: remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
gleisonkz committed Apr 22, 2022
1 parent 24db94c commit bacd356
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ const importLintPackage = async () => {
};

test('Should exports a CommonJS module', (executionContext) => {
console.log(plugin);
executionContext.is(typeof plugin, 'object');
});

Expand Down

0 comments on commit bacd356

Please sign in to comment.