diff --git a/test/scanner/client.test.js b/test/scanner/client.test.mjs similarity index 98% rename from test/scanner/client.test.js rename to test/scanner/client.test.mjs index 9c79d79..545753f 100644 --- a/test/scanner/client.test.js +++ b/test/scanner/client.test.mjs @@ -36,8 +36,8 @@ const tempPath = 'test/_artifacts/temp' const plainAppBundles = glob .sync( `${ appsPath }/**/*.app`, appGlobOptions ) .filter( bundlePath => { - return true - // return bundlePath.includes( 'BlueJeans' ) + // return true + return bundlePath.includes( 'App' ) })