index.spec.js 99 Bytes Edit Raw Blame History Permalink 1 2 const context = require.context('./app', true, /\.(js|ts|tsx)$/); context.keys().forEach(context);