Skip to content

Instantly share code, notes, and snippets.

@goodmind
Created April 11, 2018 13:34
Show Gist options
  • Save goodmind/b93936adc0c293b3b8755e6b84996766 to your computer and use it in GitHub Desktop.
Save goodmind/b93936adc0c293b3b8755e6b84996766 to your computer and use it in GitHub Desktop.
const config = {
transform: {
'^.+\\.jsx?$': 'babel-jest',
},
testMatch: [
'**/__story__/**/*.story.js',
'./src/**/__story__/**/*.story.js',
'*.story.js',
],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment