Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakhellesoy committed Jan 31, 2022
1 parent 76fb57b commit 1681184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/zipPaths.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { manyglob } from '../src/manyglob.js'
import { zipPaths } from '../src/zipPaths.js'
const readFile = promisify(fs.readFile)

describe('zip', () => {
describe('zipPaths', () => {
it('zips non .zip files into a temporary file', async () => {
const paths = (await manyglob(['test/fixtures/*.{zip,ndjson,json,xml}'])).slice().sort()
const zippedPaths = await zipPaths(paths)
Expand Down

0 comments on commit 1681184

Please sign in to comment.