Skip to content

Instantly share code, notes, and snippets.

@Tallyb
Created June 5, 2019 13:19
Show Gist options
  • Save Tallyb/173f9c2a6ca8886b6c7305d7b0289ce9 to your computer and use it in GitHub Desktop.
Save Tallyb/173f9c2a6ca8886b6c7305d7b0289ce9 to your computer and use it in GitHub Desktop.
Jest configuration for Stencil
const config = {
preset: '@stencil/core/testing',
}
module.exports = config;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment