Skip to content
This repository was archived by the owner on Apr 21, 2022. It is now read-only.

Commit 6650cc1

Browse files
committed
fix: lint issue
1 parent 8c8d64f commit 6650cc1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/publist.test.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ describe('publish', () => {
4040
const receivedSha = await qq.hash('sha256', `oclif-dev${ext}`)
4141
expect(receivedSha).to.equal(expectedSha)
4242
if (xz) {
43-
await qq.x('tar xJf oclif-dev.tar.xz')
44-
} else {
45-
await qq.x('tar xzf oclif-dev.tar.gz')
46-
}
43+
await qq.x('tar xJf oclif-dev.tar.xz')
44+
} else {
45+
await qq.x('tar xzf oclif-dev.tar.gz')
46+
}
4747
const stdout = await qq.x.stdout('./oclif-dev/bin/oclif-dev', ['--version'])
4848
const sha = await gitSha(process.cwd(), {short: true})
4949
expect(stdout).to.contain(`@oclif/dev-cli/${pjson.version}.${sha} ${target} node-v${nodeVersion}`)

0 commit comments

Comments
 (0)