Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
Update test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nzjony authored May 25, 2021
1 parent 623f6d1 commit 9a17695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion @here/generator-harp.gl/test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ describe("harp.gl:app", function () {

after(function () {
if (process.env.KEEP_TEMP_DIR) {
console.log("Keeping", runContext);
console.log("Keeping", runContext.cwd);
} else {
fsExtra.rmrfSync(runContext.cwd);
}
Expand Down

0 comments on commit 9a17695

Please sign in to comment.