Skip to content

Commit

Permalink
add link log
Browse files Browse the repository at this point in the history
  • Loading branch information
anacierdem committed Sep 23, 2024
1 parent f868ed4 commit df6e97d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ let repositoryDir;
beforeAll(async () => {
repositoryDir = process.cwd();

console.log('linking libdragon');

Check failure on line 36 in test.mjs

View workflow job for this annotation

GitHub Actions / Run-Tests / ci

Unexpected console statement

// Make sure the cli is linked
await $`npm link`;
// Inside the project, the local cli is also inserted into the path
Expand Down

0 comments on commit df6e97d

Please sign in to comment.