diff --git a/README.md b/README.md index c06a992..1c93184 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # styled-tidy -Tidy is a lightweight set of utilties for writing clean styled-components syntax. +Tidy is a lightweight set of utilities for writing clean styled-components syntax. ![](https://badgen.net/github/release/dw2/styled-tidy) [![CircleCI](https://circleci.com/gh/dw2/styled-tidy.svg?style=svg)](https://circleci.com/gh/dw2/styled-tidy) ![](https://badgen.net/badgesize/gzip/https://unpkg.com/styled-tidy) ![Codecov](https://codecov.io/gh/dw2/styled-tidy/branch/master/graph/badge.svg) diff --git a/config/jest.js b/config/jest.js index f7ea382..1225dfe 100644 --- a/config/jest.js +++ b/config/jest.js @@ -1,5 +1,6 @@ module.exports = { collectCoverageFrom: [ + "src/helpers.tsx", "src/matchers.tsx", "src/media.tsx", "src/mixins.tsx", diff --git a/package.json b/package.json index 446ac1b..42fdeb8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "styled-tidy", "version": "0.0.0-development", - "description": "A set of utilties for writing clean styled-components syntax.", + "description": "A set of utilities for writing clean styled-components syntax.", "main": "index.js", "types": "index.d.ts", "scripts": {