commit | 63e43eb75fac81d3fa5815433cf291f1b8def4b1 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Wed Dec 14 14:18:53 2016 -0800 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Wed Dec 14 14:43:30 2016 -0800 |
tree | bef3ef1a007e9747b01762ad7c1cd4b7d96556a5 | |
parent | 035c593b003a5015e9cfa3b9d05c951ace550d80 [diff] [blame] |
Showing synchronizer notification Change-Id: Ibc0ef77471026b48fa2e0a577adde9e43dde2a10
diff --git a/src/index.spec.js b/src/index.spec.js index 8c19f76..3aaa277 100644 --- a/src/index.spec.js +++ b/src/index.spec.js
@@ -1,4 +1,5 @@ const context = require.context('./app', true, /\.(js|ts|tsx)$/); context.keys().forEach(function(f) { + // console.log(f); context(f); });