Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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