Skip to content

Commit

Permalink
add missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
FilipStamenkovic committed Feb 7, 2022
1 parent 9756a47 commit a649f89
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/spec/native_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ import {
nativeBidIsValid,
getAssetMessage,
getAllAssetsMessage,
decorateAdUnitsWithNativeParams
decorateAdUnitsWithNativeParams,
isOpenRTBBidRequestValid,
isNativeOpenRTBBidValid
} from 'src/native.js';
import CONSTANTS from 'src/constants.json';
import {stubAuctionIndex} from '../helpers/indexStub.js';
Expand Down

0 comments on commit a649f89

Please sign in to comment.