Skip to content

Commit

Permalink
Vdoai spec import js (prebid#4943)
Browse files Browse the repository at this point in the history
* added support for pubcommon, digitrust, id5id

* added support for IdentityLink

* changed the source for id5

* added unit test cases

* changed source param for identityLink

* added .js to imports in vdoai spec
  • Loading branch information
pm-harshad-mane authored and rjvelicaria committed Apr 9, 2020
1 parent 9b6cccc commit 09cb3c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/spec/modules/vdoaiBidAdapter_spec.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {assert, expect} from 'chai';
import {spec} from 'modules/vdoaiBidAdapter';
import {newBidder} from 'src/adapters/bidderFactory';
import {spec} from 'modules/vdoaiBidAdapter.js';
import {newBidder} from 'src/adapters/bidderFactory.js';

const ENDPOINT_URL = 'https://prebid.vdo.ai/auction';

Expand Down

0 comments on commit 09cb3c4

Please sign in to comment.