Skip to content
This repository has been archived by the owner on Apr 12, 2023. It is now read-only.

Commit

Permalink
add spacing for clarity (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkolson committed Nov 26, 2021
1 parent cdb437f commit bfde22a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extension/advanzia-assistant.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ describe('Content Script', () => {
});

await script.execute();

expect(eventsRaised.noop).toBe(false);
expect(eventsRaised.ready).toBe(true);
expect(eventsRaised.done).toBe(false);
Expand Down

0 comments on commit bfde22a

Please sign in to comment.