diff --git a/__tests__/__snapshots__/bin.js.snap b/__tests__/__snapshots__/bin.js.snap index 44fe5b187..173e316cf 100644 --- a/__tests__/__snapshots__/bin.js.snap +++ b/__tests__/__snapshots__/bin.js.snap @@ -17,7 +17,7 @@ exports[`--config 1`] = `

documentation

-
6.1.0
+
6.2.0

documentation

-
6.1.0
+
a.path > b.path) .filter(r => r.path.match(/(html)$/)) .map(r => - r.contents.toString().replace(/documentation \d+\.\d+\.\d+/g, '') + r.contents + .toString() + .replace(/documentation \d+\.\d+\.\d+/g, '') + .replace(/\d+\.\d+\.\d+<\/code>/g, '') ) .join('\n'); expect(clean).toMatchSnapshot();