Skip to content

Commit

Permalink
chore: fix references in karma.conf.js
Browse files Browse the repository at this point in the history
  • Loading branch information
rauno56 committed Nov 17, 2021
1 parent 2770e5e commit 96ed907
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/opentelemetry-exporter-trace-otlp-http/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
* limitations under the License.
*/

const karmaWebpackConfig = require('../../../karma.webpack');
const karmaBaseConfig = require('../../../karma.base');
const karmaWebpackConfig = require('../../karma.webpack');
const karmaBaseConfig = require('../../karma.base');

module.exports = (config) => {
config.set(Object.assign({}, karmaBaseConfig, {
Expand Down

0 comments on commit 96ed907

Please sign in to comment.