Created
May 1, 2018 20:55
-
-
Save adambray/1a0e594c34ad7162006b41aea176f6e5 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
var context = require.context('./', true, /Spec\.jsx?$/); | |
context.keys().forEach(context); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment