Skip to content

Commit

Permalink
add import extensions (prebid#4959)
Browse files Browse the repository at this point in the history
Co-authored-by: rmartinez <Rachael24!>
  • Loading branch information
robertrmartinez authored and rjvelicaria committed Apr 9, 2020
1 parent 88c6a77 commit 6ed0fcd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/spec/modules/7xbidBidAdapter_spec.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import {expect} from 'chai';
import {spec, _getUrlVars} from 'modules/7xbidBidAdapter';
import * as utils from 'src/utils';
import {config} from 'src/config';
import {spec, _getUrlVars} from 'modules/7xbidBidAdapter.js';
import * as utils from 'src/utils.js';

const BASE_URI = '//bidder.7xbid.com/api/v1/prebid/banner'
const NATIVE_BASE_URI = '//bidder.7xbid.com/api/v1/prebid/native'
Expand Down

0 comments on commit 6ed0fcd

Please sign in to comment.