-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- lint fix - fix snapshot tests
- Loading branch information
Showing
6 changed files
with
140 additions
and
128 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,8 +13,8 @@ exports[`test/lib/commands/query.js TAP global > should return expected linked n | |
"_id": "[email protected]", | ||
"pkgid": "[email protected]", | ||
"location": "node_modules/lorem", | ||
"path": "/Users/ruyadorno/Documents/workspace/cli/main/test/lib/commands/tap-testdir-query-global/globalDir/lib/node_modules/lorem", | ||
"realpath": "/Users/ruyadorno/Documents/workspace/cli/main/test/lib/commands/tap-testdir-query-global/globalDir/lib/node_modules/lorem", | ||
"path": "{CWD}/test/lib/commands/tap-testdir-query-global/globalDir/lib/node_modules/lorem", | ||
"realpath": "{CWD}/test/lib/commands/tap-testdir-query-global/globalDir/lib/node_modules/lorem", | ||
"resolved": null, | ||
"isLink": false, | ||
"isWorkspace": false | ||
|
@@ -30,8 +30,8 @@ exports[`test/lib/commands/query.js TAP linked node > should return expected lin | |
"_id": "[email protected]", | ||
"pkgid": "[email protected]", | ||
"location": "a", | ||
"path": "/Users/ruyadorno/Documents/workspace/cli/main/test/lib/commands/tap-testdir-query-linked-node/a", | ||
"realpath": "/Users/ruyadorno/Documents/workspace/cli/main/test/lib/commands/tap-testdir-query-linked-node/a", | ||
"path": "{CWD}/test/lib/commands/tap-testdir-query-linked-node/a", | ||
"realpath": "{CWD}/test/lib/commands/tap-testdir-query-linked-node/a", | ||
"resolved": null, | ||
"isLink": false, | ||
"isWorkspace": false | ||
|
@@ -49,26 +49,26 @@ exports[`test/lib/commands/query.js TAP simple query > should return expected ob | |
}, | ||
"pkgid": "project@", | ||
"location": "", | ||
"path": "/Users/ruyadorno/Documents/workspace/cli/main/test/lib/commands/tap-testdir-query-simple-query", | ||
"realpath": "/Users/ruyadorno/Documents/workspace/cli/main/test/lib/commands/tap-testdir-query-simple-query", | ||
"path": "{CWD}/test/lib/commands/tap-testdir-query-simple-query", | ||
"realpath": "{CWD}/test/lib/commands/tap-testdir-query-simple-query", | ||
"resolved": null, | ||
"isLink": false, | ||
"isWorkspace": false | ||
}, | ||
{ | ||
"pkgid": "a@", | ||
"location": "node_modules/a", | ||
"path": "/Users/ruyadorno/Documents/workspace/cli/main/test/lib/commands/tap-testdir-query-simple-query/node_modules/a", | ||
"realpath": "/Users/ruyadorno/Documents/workspace/cli/main/test/lib/commands/tap-testdir-query-simple-query/node_modules/a", | ||
"path": "{CWD}/test/lib/commands/tap-testdir-query-simple-query/node_modules/a", | ||
"realpath": "{CWD}/test/lib/commands/tap-testdir-query-simple-query/node_modules/a", | ||
"resolved": null, | ||
"isLink": false, | ||
"isWorkspace": false | ||
}, | ||
{ | ||
"pkgid": "b@", | ||
"location": "node_modules/b", | ||
"path": "/Users/ruyadorno/Documents/workspace/cli/main/test/lib/commands/tap-testdir-query-simple-query/node_modules/b", | ||
"realpath": "/Users/ruyadorno/Documents/workspace/cli/main/test/lib/commands/tap-testdir-query-simple-query/node_modules/b", | ||
"path": "{CWD}/test/lib/commands/tap-testdir-query-simple-query/node_modules/b", | ||
"realpath": "{CWD}/test/lib/commands/tap-testdir-query-simple-query/node_modules/b", | ||
"resolved": null, | ||
"isLink": false, | ||
"isWorkspace": false | ||
|
@@ -84,8 +84,8 @@ exports[`test/lib/commands/query.js TAP workspace query > should return expected | |
"_id": "[email protected]", | ||
"pkgid": "[email protected]", | ||
"location": "c", | ||
"path": "/Users/ruyadorno/Documents/workspace/cli/main/test/lib/commands/tap-testdir-query-workspace-query/c", | ||
"realpath": "/Users/ruyadorno/Documents/workspace/cli/main/test/lib/commands/tap-testdir-query-workspace-query/c", | ||
"path": "{CWD}/test/lib/commands/tap-testdir-query-workspace-query/c", | ||
"realpath": "{CWD}/test/lib/commands/tap-testdir-query-workspace-query/c", | ||
"resolved": null, | ||
"isLink": false, | ||
"isWorkspace": true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.