From 4ac1a79a348b11f9e87c3bd4470f51c274d5d82e Mon Sep 17 00:00:00 2001 From: Samuel Attard Date: Mon, 9 Sep 2024 18:40:24 -0700 Subject: [PATCH] update spec name: --- test/api-spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/api-spec.js b/test/api-spec.js index 131a4fe..db01989 100644 --- a/test/api-spec.js +++ b/test/api-spec.js @@ -119,7 +119,7 @@ describe('api', function () { 'test/input/packthis-with-symlink/real.txt', ); }); - it('should extract an archive with symlink', async () => { + it('should not extract an archive with a bad symlink', async () => { assert.throws(() => { asar.extractAll('test/input/bad-symlink.asar', 'tmp/bad-symlink/'); });