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);
 });