From 5c8bcecf04cf360b807d3e9b002e50c0ffe90cfc Mon Sep 17 00:00:00 2001 From: Mark Wubben Date: Sat, 18 Jan 2020 14:50:24 +0100 Subject: [PATCH] Fix AVA link in snapshot reports Fixes #2368. --- lib/snapshot-manager.js | 2 +- test/fixture/assert.js.md | 2 +- test/fixture/snapshots/test-content/test.js.md.expected | 2 +- test/fixture/try-snapshot.js.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/snapshot-manager.js b/lib/snapshot-manager.js index d39a61e87..bcb448c01 100644 --- a/lib/snapshot-manager.js +++ b/lib/snapshot-manager.js @@ -134,7 +134,7 @@ function generateReport(relFile, snapFile, entries) { The actual snapshot is saved in \`${snapFile}\`. -Generated by [AVA](https://ava.li).`, 'utf8'); +Generated by [AVA](https://avajs.dev).`, 'utf8'); buffers.unshift(header); byteLength += header.byteLength; diff --git a/test/fixture/assert.js.md b/test/fixture/assert.js.md index a3d865488..dfb1a4c62 100644 --- a/test/fixture/assert.js.md +++ b/test/fixture/assert.js.md @@ -2,7 +2,7 @@ The actual snapshot is saved in `assert.js.snap`. -Generated by [AVA](https://ava.li). +Generated by [AVA](https://avajs.dev). ## element comparison diff --git a/test/fixture/snapshots/test-content/test.js.md.expected b/test/fixture/snapshots/test-content/test.js.md.expected index 8e24c4a89..677e9fc31 100644 --- a/test/fixture/snapshots/test-content/test.js.md.expected +++ b/test/fixture/snapshots/test-content/test.js.md.expected @@ -2,7 +2,7 @@ The actual snapshot is saved in `test.js.snap`. -Generated by [AVA](https://ava.li). +Generated by [AVA](https://avajs.dev). ## test title diff --git a/test/fixture/try-snapshot.js.md b/test/fixture/try-snapshot.js.md index 5c5987f36..0684644ca 100644 --- a/test/fixture/try-snapshot.js.md +++ b/test/fixture/try-snapshot.js.md @@ -2,7 +2,7 @@ The actual snapshot is saved in `try-snapshot.js.snap`. -Generated by [AVA](https://ava.li). +Generated by [AVA](https://avajs.dev). ## concurrent