Skip to content

Instantly share code, notes, and snippets.

@sonicoder86
Created July 22, 2020 15:59
Show Gist options
  • Save sonicoder86/ccadd97980a9b0507c3b90b9e70bc29c to your computer and use it in GitHub Desktop.
Save sonicoder86/ccadd97980a9b0507c3b90b9e70bc29c to your computer and use it in GitHub Desktop.
Svelte Testing Crash Course - part 1
module.exports = {
transform: {
'^.+\\.js$': 'babel-jest',
'^.+\\.svelte$': 'svelte-jester'
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment