Skip to content

Commit

Permalink
chore: lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
typicode committed Dec 26, 2023
1 parent 392e1c9 commit 944a4b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { strictEqual as equal } from 'node:assert'
import fs from 'node:fs'
import os from 'node:os'
import path from 'node:path'
import test from 'node:test';
import test from 'node:test'
import url from 'node:url'

import { Writer } from './index.js'
Expand All @@ -28,4 +28,4 @@ await test('steno', async () => {
await Promise.all(promises)
equal(parseInt(fs.readFileSync(file, 'utf-8')), max)
}
})
})

0 comments on commit 944a4b9

Please sign in to comment.