Skip to content

Commit

Permalink
chore: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Mar 27, 2024
1 parent 06a8979 commit 5430129
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/extra.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ describe('extra', () => {
gitignore: true,
onlyFiles: true,
cwd: process.cwd(),
followSymbolicLinks: false
followSymbolicLinks: false,
})
for (const file of files) {
const content = await fs.readFile(file, 'utf8')
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/ts-project/script.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@

import { $, ProcessPromise } from 'zx'

let p: ProcessPromise = $({verbose: true})`echo ts-script`
let p: ProcessPromise = $({ verbose: true })`echo ts-script`
await p

0 comments on commit 5430129

Please sign in to comment.