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 cf83ca4 commit 8fc6b95Copy full SHA for 8fc6b95
test/spec/modules/airgridRtdProvider_spec.js
@@ -1,8 +1,7 @@
1
-import { config } from 'src/config.js';
2
-import { deepAccess } from 'src/utils.js';
3
-import { getAdUnits } from '../../fixtures/fixtures.js';
+import {config} from 'src/config.js';
+import {deepAccess} from 'src/utils.js';
4
import * as agRTD from 'modules/airgridRtdProvider.js';
5
-import { loadExternalScript } from '../../../src/adloader.js';
+import {loadExternalScript} from '../../../src/adloader.js';
6
7
const MATCHED_AUDIENCES = ['travel', 'sport'];
8
const RTD_CONFIG = {
0 commit comments