Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Collina <hello@matteocollina.com>
  • Loading branch information
mcollina committed Dec 16, 2023
1 parent fc0c2a0 commit 1b6ee80
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions borp.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@

import { parseArgs } from 'node:util'
import { tap, spec } from 'node:test/reporters'
import { mkdtemp, rm } from 'node:fs/promises'
import { mkdtemp, rm, readFile } from 'node:fs/promises'
import { finished } from 'node:stream/promises'
import { join, relative } from 'node:path'
import posix from 'node:path/posix'
import runWithTypeScript from './lib/run.js'
import { Report } from 'c8'
import os from 'node:os'
import { readFile } from 'node:fs/promises'

let reporter
/* c8 ignore next 4 */
Expand Down

0 comments on commit 1b6ee80

Please sign in to comment.