Skip to content

Commit

Permalink
test: close running webR
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinFay committed Jun 12, 2024
1 parent ff27fdb commit 8185dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/config-utils.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ test('create_mount_folder_init_webr works', async () => {

expect(webrinstallscripts_l).toEqual(1);

webR.close();
await webR.close();

});

0 comments on commit 8185dab

Please sign in to comment.