We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c0ceb9 commit 3ae4cf2Copy full SHA for 3ae4cf2
src/index.test.ts
@@ -2,6 +2,6 @@ import test from 'ava';
2
3
import * as plugin from './';
4
5
-test("exports a CommonJS module", (executionContext) => {
6
- executionContext.is(typeof plugin, "object");
+test('Should exports a CommonJS module', (executionContext) => {
+ executionContext.is(typeof plugin, 'object');
7
});
0 commit comments