Skip to content

Commit 4399d91

Browse files
authored
chore: remove Azure DevOps CI (#1787)
Cleaned up JUnit reporters that were used for test uploads there
1 parent 11f02cd commit 4399d91

5 files changed

+0
-298
lines changed

.azure-pipelines-steps.yml

Lines changed: 0 additions & 39 deletions
This file was deleted.

.azure-pipelines.yml

Lines changed: 0 additions & 64 deletions
This file was deleted.

karma.conf.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ module.exports = function(config) {
77
'karma-browserify',
88
'karma-mocha',
99
'karma-mocha-reporter',
10-
'karma-junit-reporter',
1110
'karma-firefox-launcher',
1211
'karma-safari-launcher'
1312
],
@@ -16,9 +15,6 @@ module.exports = function(config) {
1615
'lib/*.js': ['browserify']
1716
},
1817
reporters: ['mocha'],
19-
junitReporter: {
20-
outputFile: 'browser-test-results.xml'
21-
},
2218
singleRun: true,
2319

2420
browserify: {

0 commit comments

Comments
 (0)