• Home
  • Raw
  • Download

Lines Matching refs:cleanCwd

9 const { cleanCwd } = require('../../fixtures/clean-snapshot')
16 t.cleanSnapshot = str => cleanCwd(str)
126 return typeof obj === 'string' ? cleanCwd(obj) : obj
149 cleanCwd(result()),
163 cleanCwd(result()),
205 t.matchSnapshot(cleanCwd(result()), 'should omit missing optional dep')
223 t.matchSnapshot(cleanCwd(result()), 'should output containing problems info')
266 t.matchSnapshot(cleanCwd(result()), 'should contain overridden outout')
308 t.matchSnapshot(cleanCwd(result()), 'should contain overridden outout')
331 cleanCwd(result()),
357 cleanCwd(result()),
379 cleanCwd(result()),
410 cleanCwd(result()),
432 t.matchSnapshot(cleanCwd(result()), 'should output tree containing no dependencies info')
455 t.matchSnapshot(cleanCwd(result()),
479 t.matchSnapshot(cleanCwd(result()),
542 cleanCwd(result()),
566 cleanCwd(err.message),
574 cleanCwd(result()),
598 t.matchSnapshot(cleanCwd(result()), 'should output tree containing color info')
628 t.matchSnapshot(cleanCwd(result()), 'should output tree containing dev deps')
669 t.matchSnapshot(cleanCwd(result()), 'should output tree containing linked deps')
705 t.matchSnapshot(cleanCwd(result()), 'should output tree containing linked deps')
733 t.matchSnapshot(cleanCwd(result()), 'should output tree containing production deps')
764 t.matchSnapshot(cleanCwd(result()), 'should output tree info with descriptions')
798 cleanCwd(result()),
811 t.matchSnapshot(cleanCwd(result()), 'should print empty result')
817 t.matchSnapshot(cleanCwd(result()), 'should print empty result')
846 cleanCwd(result()),
887 cleanCwd(result()),
923 cleanCwd(result()),
946 t.matchSnapshot(cleanCwd(result()),
982 cleanCwd(result()),
1021 t.matchSnapshot(cleanCwd(result()), 'should print tree output containing deduped ref')
1059 t.matchSnapshot(cleanCwd(result()), 'should print tree output containing deduped ref')
1106 t.matchSnapshot(cleanCwd(result()), 'should print tree output containing deduped ref')
1157 t.matchSnapshot(cleanCwd(result()), 'should print tree output containing deduped ref')
1205 t.matchSnapshot(cleanCwd(result()), 'should print tree output containing deduped ref')
1252 t.matchSnapshot(cleanCwd(result()), 'should print tree output containing deduped ref')
1296 t.matchSnapshot(cleanCwd(result()), 'should output tree containing aliases')
1345 t.matchSnapshot(cleanCwd(result()), 'should output tree containing git refs')
1390 t.matchSnapshot(cleanCwd(result()), 'should NOT print git refs in output tree')
1442 t.matchSnapshot(cleanCwd(result()), 'should not be printed in tree output')
1478 t.matchSnapshot(cleanCwd(result()),
1532 cleanCwd(result()),
1626 t.matchSnapshot(cleanCwd(result(), t), 'output')
1727 t.matchSnapshot(cleanCwd(result(), t), 'output')
1758 cleanCwd(result()),
1772 cleanCwd(result()),
1792 t.matchSnapshot(cleanCwd(result()), 'should output containing problems info')
1830 t.matchSnapshot(cleanCwd(result()), 'should contain overridden outout')
1850 cleanCwd(result()),
1872 cleanCwd(result()),
1903 cleanCwd(result()),
1926 cleanCwd(result()),
1948 cleanCwd(result()),
1969 t.matchSnapshot(cleanCwd(result()),
1990 cleanCwd(result()),
2012 cleanCwd(result()),
2045 t.matchSnapshot(cleanCwd(result()), 'should output tree containing dev deps')
2086 t.matchSnapshot(cleanCwd(result()), 'should output tree containing linked deps')
2117 t.matchSnapshot(cleanCwd(result()), 'should output tree containing production deps')
2148 t.matchSnapshot(cleanCwd(result()), 'should output tree info with descriptions')
2169 t.matchSnapshot(cleanCwd(result()), 'should output long parseable output with extraneous info')
2192 cleanCwd(result()),
2235 t.matchSnapshot(cleanCwd(result()), 'should output parseable results with symlink targets')
2269 cleanCwd(result()),
2284 t.matchSnapshot(cleanCwd(result()), 'should print empty result')
2294 t.matchSnapshot(cleanCwd(result()), 'should print empty result')
2325 cleanCwd(result()),
2363 cleanCwd(result()),
2404 t.matchSnapshot(cleanCwd(result()), 'should print tree output omitting deduped ref')
2446 t.matchSnapshot(cleanCwd(result()), 'should output tree containing aliases')
2496 t.matchSnapshot(cleanCwd(result()), 'should output tree containing git refs')
2550 t.matchSnapshot(cleanCwd(result()), 'should not be printed in tree output')
2583 t.matchSnapshot(cleanCwd(result()), 'should print parseable output for global deps')
2656 return config.json ? jsonParse(result()).problems : cleanCwd(result())
2904 cleanCwd(err.message),
4469 t.matchSnapshot(cleanCwd(result()), 'ls result')