Skip to content
This repository was archived by the owner on Feb 4, 2018. It is now read-only.

Commit 7293daf

Browse files
author
blond
committed
test(modules): should export to default
1 parent 29668f7 commit 7293daf

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

test/modules.test.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
const test = require('ava');
2+
3+
const BemEntityName = require('../index');
4+
5+
test('should export to default', t => {
6+
t.is(BemEntityName, BemEntityName.default);
7+
});

0 commit comments

Comments
 (0)