Created
August 27, 2019 22:41
-
-
Save JustenRickert/a212aa5c309e55ad7bfff08f7b554edb to your computer and use it in GitHub Desktop.
This file contains 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 = { | |
'*.js': absolutePaths => { | |
return `jest ${absolutePaths.map(filename => filename.slice(0, -3) + '.test.js').join(' ')}` | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment