Skip to content

Commit

Permalink
Build TS: Hotfix the '//#DEBUG' section + export issue (#25766)
Browse files Browse the repository at this point in the history
Co-authored-by: Ilya Vinogradov <[email protected]>
  • Loading branch information
williamvinogradov and Ilya Vinogradov authored Oct 6, 2023
1 parent 76e7761 commit 24c444b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,11 @@ export function verifyLicense(licenseKey: string, version: string = packageVersi
}
}

/// #DEBUG
export function setLicenseCheckSkipCondition(value = true): void {
/// #DEBUG
isLicenseVerified = value;
/// #ENDDEBUG
}
/// #ENDDEBUG

// NOTE: We need this default export
// to allow QUnit mock the verifyLicense function
Expand Down

0 comments on commit 24c444b

Please sign in to comment.