Skip to content

Commit

Permalink
Merge pull request #190 from pmaidens/tsMock
Browse files Browse the repository at this point in the history
refactor(typescript): move browserInfoHelper tests to typescript
  • Loading branch information
reubenae authored Nov 16, 2022
2 parents f3328c6 + c3fa229 commit 40f09ae
Show file tree
Hide file tree
Showing 6 changed files with 393 additions and 331 deletions.
2 changes: 1 addition & 1 deletion src/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ declare global {
interface Navigator {
msDoNotTrack: string;
}
interface External {
interface External extends External{
msTrackingProtectionEnabled: () => boolean;
}
}
287 changes: 0 additions & 287 deletions tests/unit/common/browserInfoHelper.test.js

This file was deleted.

Loading

0 comments on commit 40f09ae

Please sign in to comment.