test: Track code coverage

This commit is contained in:
Cole Bemis
2018-05-17 23:19:02 -07:00
parent 6e7693e6da
commit 1da9dd43b2
3 changed files with 7 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
/* eslint-env jest */
import feather from '../..';
import feather from '../index';
test('has correct properties', () => {
expect(feather).toHaveProperty('icons');