Skip to content

Commit 6c45dbc

Browse files
committed
test: eslint-plugin-putout: exports
1 parent 936122f commit 6c45dbc

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
import {test} from 'supertape';
2+
3+
test('eslint-plugin-putout: exports: rules', async (t) => {
4+
const {rules} = await import('eslint-plugin-putout');
5+
const internal = await import('../lib/index.mjs');
6+
7+
t.equal(rules, internal.rules);
8+
t.end();
9+
});

0 commit comments

Comments
 (0)