Skip to content

Commit 9adb313

Browse files
committed
Remove window exposure of startioAdapterSpec for browser testing purposes
1 parent 827bac2 commit 9adb313

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

modules/startioBidAdapter.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,3 @@ export const spec = {
173173
};
174174

175175
registerBidder(spec);
176-
177-
// Expose spec for testing purposes in browser environment
178-
if (typeof window !== 'undefined') {
179-
window.startioAdapterSpec = spec;
180-
}

0 commit comments

Comments
 (0)