Created
July 22, 2020 16:20
-
-
Save sonicoder86/ff009b6f74a86fb20ae4522de2730b70 to your computer and use it in GitHub Desktop.
Svelte Testing Crash Course - part 12
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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