We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24db94c commit bacd356Copy full SHA for bacd356
src/index.test.ts
@@ -8,7 +8,6 @@ const importLintPackage = async () => {
8
};
9
10
test('Should exports a CommonJS module', (executionContext) => {
11
- console.log(plugin);
12
executionContext.is(typeof plugin, 'object');
13
});
14
0 commit comments