File tree Expand file tree Collapse file tree 2 files changed +29
-3
lines changed
packages/propagator-aws-xray Expand file tree Collapse file tree 2 files changed +29
-3
lines changed Original file line number Diff line number Diff line change
1
+ /*!
2
+ * Copyright The OpenTelemetry Authors
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+
17
+ const karmaWebpackConfig = require ( '../../karma.webpack' ) ;
18
+ const karmaBaseConfig = require ( '../../karma.worker' ) ;
19
+
20
+ module . exports = ( config ) => {
21
+ config . set ( Object . assign ( { } , karmaBaseConfig , {
22
+ webpack : karmaWebpackConfig
23
+ } ) )
24
+ } ;
Original file line number Diff line number Diff line change 55
55
"@types/node" : " 18.6.5" ,
56
56
"@types/webpack-env" : " 1.16.2" ,
57
57
"@jsdevtools/coverage-istanbul-loader" : " 3.0.5" ,
58
- "karma" : " 6.3.16" ,
59
- "karma-chrome-launcher" : " ^3.1.1" ,
60
- "karma-coverage-istanbul-reporter" : " 3.0.3" ,
58
+ "karma" : " 6.4.2" ,
59
+ "karma-chrome-launcher" : " 3.1.0" ,
60
+ "karma-coverage" : " 2.2.1" ,
61
+ "karma-jquery" : " 0.2.4" ,
61
62
"karma-mocha" : " 2.0.1" ,
63
+ "karma-mocha-webworker" : " 1.3.0" ,
62
64
"karma-spec-reporter" : " 0.0.36" ,
63
65
"karma-webpack" : " 4.0.2" ,
64
66
"mocha" : " 7.2.0" ,
You can’t perform that action at this time.
0 commit comments