Skip to content

Commit

Permalink
chore: adding plugin-fetch and example (open-telemetry#1121)
Browse files Browse the repository at this point in the history
* chore: adding plugin-fetch and example

* chore: investigating failing test

* chore: chore fixing tests with better fetch mocking

* chore: addressing comments

* chore: lint

* chore: addressing comments

* chore: updating webpack-env

* chore: fixes after update for node types

* chore: addressing reviews

* chore: fixes after merge

* chore: updating version

Co-authored-by: Mayur Kale <mayurkale@google.com>
Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>
  • Loading branch information
3 people committed Feb 18, 2021
1 parent 9431314 commit 85eeaac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/karma.base.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module.exports = {
browsers: ['ChromeHeadless'],
frameworks: ['mocha'],
coverageIstanbulReporter: {
reports: ['json'],
reports: ['html', 'json'],
dir: '.nyc_output',
fixWebpackSourcePaths: true
},
Expand Down

0 comments on commit 85eeaac

Please sign in to comment.