{"library":"istanbul-instrumenter-loader","install":[{"cmd":"npm install istanbul-instrumenter-loader","imports":["// webpack.config.js\n{\n  test: /\\.js$/,\n  use: { loader: 'istanbul-instrumenter-loader', options: { esModules: true } },\n  enforce: 'post',\n  exclude: /node_modules|\\.spec\\.js$/\n}","// valid options object\n{\n  esModules: true,\n  compact: true,\n  produceSourceMap: false\n}","// pattern for test index file\nconst tests = require.context('./src/components/', true, /\\.js$/);\ntests.keys().forEach(tests);\nconst components = require.context('../src/components/', true, /\\.js$/);\ncomponents.keys().forEach(components);"]},{"cmd":"yarn add istanbul-instrumenter-loader","imports":[]},{"cmd":"pnpm add istanbul-instrumenter-loader","imports":[]}]}