Skip to content

Commit 3ae4cf2

Browse files
committed
🧪 test: update test description
1 parent 4c0ceb9 commit 3ae4cf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.test.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ import test from 'ava';
22

33
import * as plugin from './';
44

5-
test("exports a CommonJS module", (executionContext) => {
6-
executionContext.is(typeof plugin, "object");
5+
test('Should exports a CommonJS module', (executionContext) => {
6+
executionContext.is(typeof plugin, 'object');
77
});

0 commit comments

Comments
 (0)