Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix AVA link in snapshot reports
Fixes #2368.
  • Loading branch information
novemberborn committed Jan 18, 2020
1 parent 7b20f6c commit 5c8bcec
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/snapshot-manager.js
Expand Up @@ -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;

Expand Down
2 changes: 1 addition & 1 deletion test/fixture/assert.js.md
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion test/fixture/snapshots/test-content/test.js.md.expected
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion test/fixture/try-snapshot.js.md
Expand Up @@ -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

Expand Down

0 comments on commit 5c8bcec

Please sign in to comment.