Skip to content

Commit

Permalink
Merge pull request #6 from prebid/master
Browse files Browse the repository at this point in the history
Merge prebid master into fork
  • Loading branch information
pm-manasi-moghe authored Jan 18, 2019
2 parents 881c7db + 92bfb29 commit 5dc2d30
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion karma.conf.maker.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ function newWebpackConfig(codeCoverage) {
webpackConfig.module.rules.push({
enforce: 'post',
exclude: /(node_modules)|(test)|(integrationExamples)|(build)|polyfill.js|(src\/adapters\/analytics\/ga.js)/,
loader: 'istanbul-instrumenter-loader',
use: {
loader: 'istanbul-instrumenter-loader',
options: { esModules: true }
},
test: /\.js$/
})
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prebid.js",
"version": "1.38.0-pre",
"version": "1.39.0-pre",
"description": "Header Bidding Management Library",
"main": "src/prebid.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion test/spec/modules/currency_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ describe('currency', function () {
describe('setConfig', function () {
beforeEach(function() {
sandbox = sinon.sandbox.create();
clock = sinon.useFakeTimers(1047010195974);
clock = sinon.useFakeTimers(1046952000000); // 2003-03-06T12:00:00Z
});

afterEach(function () {
Expand Down

0 comments on commit 5dc2d30

Please sign in to comment.