-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: fix async realpath in smoke publish (npm#5836)
- Loading branch information
1 parent
7a5fd01
commit 47718dc
Showing
2 changed files
with
34 additions
and
14 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,13 +32,13 @@ All commands: | |
unstar, update, version, view, whoami | ||
Specify configs in the ini-formatted file: | ||
{CWD}/{TESTDIR}/project/.npmrc | ||
{NPM}/{TESTDIR}/project/.npmrc | ||
or on the command line via: npm <command> --key=value | ||
More configuration info: npm help config | ||
Configuration fields: npm help 7 config | ||
npm {CWD} | ||
npm {NPM} | ||
` | ||
|
||
exports[`test/index.js TAP basic npm ci > should throw mismatch deps in lock file error 1`] = ` | ||
|
@@ -107,7 +107,7 @@ [email protected] | |
` | ||
|
||
exports[`test/index.js TAP basic npm init > should have successful npm init result 1`] = ` | ||
Wrote to {CWD}/{TESTDIR}/project/package.json: | ||
Wrote to {NPM}/{TESTDIR}/project/package.json: | ||
{ | ||
"name": "project", | ||
|
@@ -231,7 +231,7 @@ Object { | |
` | ||
|
||
exports[`test/index.js TAP basic npm ls > should have expected ls output 1`] = ` | ||
[email protected] {CWD}/{TESTDIR}/project | ||
[email protected] {NPM}/{TESTDIR}/project | ||
+-- [email protected] | ||
\`-- [email protected] | ||
` | ||
|
@@ -347,7 +347,7 @@ exports[`test/index.js TAP basic npm pkg set scripts > should have expected set- | |
` | ||
|
||
exports[`test/index.js TAP basic npm prefix > should have expected prefix output 1`] = ` | ||
{CWD}/{TESTDIR}/project | ||
{NPM}/{TESTDIR}/project | ||
` | ||
|
||
exports[`test/index.js TAP basic npm run-script > should have expected run-script output 1`] = ` | ||
|
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