Skip to content

Commit

Permalink
test.js: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Jun 25, 2023
1 parent 2d5a629 commit 0090713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ test.serial('set mtime', async t => {
t.deepEqual(files[0].mtime, stat.mtime);
});

test('return emptpy array if no plugins are set', async t => {
test('return empty array if no plugins are set', async t => {
const files = await decompress(path.join(__dirname, 'fixtures', 'file.tar'), {plugins: []});
t.is(files.length, 0);
});
Expand Down

0 comments on commit 0090713

Please sign in to comment.