Skip to content

Commit 91bd7a0

Browse files
committed
chore: fix path
1 parent 9b17204 commit 91bd7a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • experimental/packages/opentelemetry-exporter-otlp-http

experimental/packages/opentelemetry-exporter-otlp-http/karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
const karmaWebpackConfig = require('../../../karma.webpack');
18-
const karmaBaseConfig = require('../../../.base');
18+
const karmaBaseConfig = require('../../../karma.base');
1919

2020
module.exports = (config) => {
2121
config.set(Object.assign({}, karmaBaseConfig, {

0 commit comments

Comments
 (0)