We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d26dc68 commit 678d35fCopy full SHA for 678d35f
lib/msal-browser/test/app/PCANonBrowser.spec.ts
@@ -21,7 +21,7 @@ import { AuthenticationResult } from "../../src/response/AuthenticationResult.js
21
import { TestTimeUtils } from "msal-test-utils";
22
23
// Set up BroadcastChannel tracking for Node environment
24
-const { BroadcastChannel } = require('worker_threads');
+const { BroadcastChannel } = require("worker_threads");
25
const activeBroadcastChannels = new Set();
26
27
class TrackedBroadcastChannel extends BroadcastChannel {
0 commit comments