Skip to content
This repository was archived by the owner on Aug 12, 2020. It is now read-only.

Using ts-jest for coverage #39

Merged
merged 3 commits into from
Nov 17, 2016
Merged

Using ts-jest for coverage #39

merged 3 commits into from
Nov 17, 2016

Conversation

sverhoeven
Copy link
Member

Fixes #17

@jspaaks
Copy link

jspaaks commented Nov 17, 2016

npm run test is currently failing, need to add squiggly braces around App import here:

this is because of the linting rules we've added, which say that you cannot have default exports, hence you need to use { } when importing variables

@jspaaks jspaaks merged commit 1e645fe into master Nov 17, 2016
@jspaaks jspaaks deleted the coverage-ts-jest-17 branch November 17, 2016 10:54
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants