Skip to content

Commit

Permalink
Kick off integration test and styles
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisHuie authored Sep 26, 2023
1 parent f9818e7 commit f5c9890
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/spec/modules/pubmaticAnalyticsAdapter_spec.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import pubmaticAnalyticsAdapter, {getMetadata} from 'modules/pubmaticAnalyticsAdapter.js';
import adapterManager from 'src/adapterManager.js';
import CONSTANTS from 'src/constants.json';
import {config} from 'src/config.js';
import {setConfig} from 'modules/currency.js';
import {server} from '../../mocks/xhr.js';
import { config } from 'src/config.js';
import { setConfig } from 'modules/currency.js';
import { server } from '../../mocks/xhr.js';
import 'src/prebid.js';
import { getGlobal } from 'src/prebidGlobal';

Expand Down

0 comments on commit f5c9890

Please sign in to comment.