Skip to content

Commit 678d35f

Browse files
- Fix formatting
1 parent d26dc68 commit 678d35f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/msal-browser/test/app/PCANonBrowser.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import { AuthenticationResult } from "../../src/response/AuthenticationResult.js
2121
import { TestTimeUtils } from "msal-test-utils";
2222

2323
// Set up BroadcastChannel tracking for Node environment
24-
const { BroadcastChannel } = require('worker_threads');
24+
const { BroadcastChannel } = require("worker_threads");
2525
const activeBroadcastChannels = new Set();
2626

2727
class TrackedBroadcastChannel extends BroadcastChannel {

0 commit comments

Comments
 (0)