Skip to content

Commit

Permalink
test: Update ava to produce consistent snapshots across OSes
Browse files Browse the repository at this point in the history
  • Loading branch information
mrchief committed May 9, 2019
1 parent aee6e7a commit 41821c3
Show file tree
Hide file tree
Showing 22 changed files with 636 additions and 512 deletions.
2 changes: 1 addition & 1 deletion __snapshots__/src/checkbox/index.test.js.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Snapshot report for `src\checkbox\index.test.js`
# Snapshot report for `src/checkbox/index.test.js`

The actual snapshot is saved in `index.test.js.snap`.

Expand Down
Binary file modified __snapshots__/src/checkbox/index.test.js.snap
Binary file not shown.
2 changes: 1 addition & 1 deletion __snapshots__/src/index.test.js.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Snapshot report for `src\index.test.js`
# Snapshot report for `src/index.test.js`

The actual snapshot is saved in `index.test.js.snap`.

Expand Down
Binary file modified __snapshots__/src/index.test.js.snap
Binary file not shown.
2 changes: 1 addition & 1 deletion __snapshots__/src/input/index.test.js.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Snapshot report for `src\input\index.test.js`
# Snapshot report for `src/input/index.test.js`

The actual snapshot is saved in `index.test.js.snap`.

Expand Down
Binary file modified __snapshots__/src/input/index.test.js.snap
Binary file not shown.
2 changes: 1 addition & 1 deletion __snapshots__/src/radio/index.test.js.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Snapshot report for `src\radio\index.test.js`
# Snapshot report for `src/radio/index.test.js`

The actual snapshot is saved in `index.test.js.snap`.

Expand Down
Binary file modified __snapshots__/src/radio/index.test.js.snap
Binary file not shown.
2 changes: 1 addition & 1 deletion __snapshots__/src/tag/index.test.js.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Snapshot report for `src\tag\index.test.js`
# Snapshot report for `src/tag/index.test.js`

The actual snapshot is saved in `index.test.js.snap`.

Expand Down
Binary file modified __snapshots__/src/tag/index.test.js.snap
Binary file not shown.
2 changes: 1 addition & 1 deletion __snapshots__/src/tree-node/action.test.js.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Snapshot report for `src\tree-node\action.test.js`
# Snapshot report for `src/tree-node/action.test.js`

The actual snapshot is saved in `action.test.js.snap`.

Expand Down
Binary file modified __snapshots__/src/tree-node/action.test.js.snap
Binary file not shown.
2 changes: 1 addition & 1 deletion __snapshots__/src/tree-node/actions.test.js.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Snapshot report for `src\tree-node\actions.test.js`
# Snapshot report for `src/tree-node/actions.test.js`

The actual snapshot is saved in `actions.test.js.snap`.

Expand Down
Binary file modified __snapshots__/src/tree-node/actions.test.js.snap
Binary file not shown.
2 changes: 1 addition & 1 deletion __snapshots__/src/tree-node/index.test.js.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Snapshot report for `src\tree-node\index.test.js`
# Snapshot report for `src/tree-node/index.test.js`

The actual snapshot is saved in `index.test.js.snap`.

Expand Down
Binary file modified __snapshots__/src/tree-node/index.test.js.snap
Binary file not shown.
2 changes: 1 addition & 1 deletion __snapshots__/src/tree-node/node-label.test.js.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Snapshot report for `src\tree-node\node-label.test.js`
# Snapshot report for `src/tree-node/node-label.test.js`

The actual snapshot is saved in `node-label.test.js.snap`.

Expand Down
Binary file modified __snapshots__/src/tree-node/node-label.test.js.snap
Binary file not shown.
2 changes: 1 addition & 1 deletion __snapshots__/src/trigger/index.test.js.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Snapshot report for `src\trigger\index.test.js`
# Snapshot report for `src/trigger/index.test.js`

The actual snapshot is saved in `index.test.js.snap`.

Expand Down
Binary file modified __snapshots__/src/trigger/index.test.js.snap
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@commitlint/cli": "^7.0.0",
"@commitlint/config-conventional": "^7.0.0",
"all-contributors-cli": "^5.4.1",
"ava": "1.0.0-beta.4",
"ava": "1.4.1",
"axe-core": "^3.2.2",
"babel-core": "6.24.1",
"babel-eslint": "10.0.1",
Expand Down
Loading

0 comments on commit 41821c3

Please sign in to comment.