stencil-community / stencil-app-starter

Minimal starter project for building web components with Stencil
https://github.com/ionic-team/stencil
MIT License
320 stars 102 forks source link

Add jest types dependency #61

Closed jajaperson closed 4 years ago

jajaperson commented 5 years ago

Fixes errors thrown in WebStorm/IntelliJ for testing scripts.

I was getting errors thrown in IntelliJ when editing the testing files, and this seems to fix it.

matchatype commented 5 years ago

Types are already installed automatically when you run the test npm script.

jajaperson commented 5 years ago

Yes, but IntelliJ (and other JetBrains IDE's) give errors unless this is installed.

Matthew-Smith commented 5 years ago

running npm test will install these dependencies and remove the IDE errors