Skip to content

Commit

Permalink
test: add debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
erezrokah committed Jan 13, 2021
1 parent 08e857f commit 3d42b92
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/command.lm.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ if (process.env.IS_FORK !== 'true') {

test.serial('netlify lm:install', async (t) => {
const cliResponse = await callCli(['lm:install'], t.context.execOptions)
if (process.platform === 'win32') {
console.log(cliResponse)
}
t.true(cliResponse.includes('Checking Git version'))
t.true(cliResponse.includes('Checking Git LFS version'))
t.true(cliResponse.includes('Checking Git LFS filters'))
Expand Down

0 comments on commit 3d42b92

Please sign in to comment.