Skip to content

Commit

Permalink
Step 6 test update
Browse files Browse the repository at this point in the history
  • Loading branch information
aaccurso committed Oct 7, 2018
1 parent 62d6841 commit 2b11201
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/__tests__/__snapshots__/step-6.js.snap
Expand Up @@ -35,7 +35,6 @@ Object {
"ls": Array [
Object {
"name": "Father",
"parent": "Mother",
"type": "Dir",
},
Object {
Expand All @@ -44,7 +43,6 @@ Object {
},
Object {
"name": "Mother",
"parent": "Mother",
"type": "Dir",
},
Object {
Expand Down
1 change: 0 additions & 1 deletion src/__tests__/step-6.js
Expand Up @@ -21,7 +21,6 @@ describe('step 6', () => {
ls(dir: "Mother") {
...stats
... on Dir {
parent
...stats
}
}
Expand Down

0 comments on commit 2b11201

Please sign in to comment.