Skip to content

Instantly share code, notes, and snippets.

@sonicoder86
Created July 22, 2020 16:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sonicoder86/ff009b6f74a86fb20ae4522de2730b70 to your computer and use it in GitHub Desktop.
Save sonicoder86/ff009b6f74a86fb20ae4522de2730b70 to your computer and use it in GitHub Desktop.
Svelte Testing Crash Course - part 12
module.exports = {
transform: {
'^.+\\.js$': 'babel-jest',
'^.+\\.svelte$': 'svelte-jester'
},
transformIgnorePatterns: [
"node_modules/(?!(svelte-routing|svelte-spa-router)/)"
]
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment