Skip to content

Commit

Permalink
spec: fix failing asar test
Browse files Browse the repository at this point in the history
  • Loading branch information
codebytere committed Jun 7, 2021
1 parent 49d3b09 commit e6ae8c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/asar-spec.js
Expand Up @@ -1686,6 +1686,7 @@ describe('asar package', function () {

it('can recursively delete a directory with an asar file in it', () => {
const deleteDir = path.join(asarDir, 'deleteme');
fs.mkdirSync(deleteDir);

originalFs.rmdirSync(deleteDir, { recursive: true });

Expand Down

0 comments on commit e6ae8c9

Please sign in to comment.