remove winjs-promise - fixes #53526

This commit is contained in:
Johannes Rieken
2018-12-13 10:28:26 +01:00
parent a99079f13a
commit 11fb2c1389
11 changed files with 38 additions and 2315 deletions

View File

@@ -63,7 +63,7 @@ function createCoverageReport(opts) {
return resolve(undefined);
}
const exclude = /\b((winjs\.base)|(marked)|(raw\.marked)|(nls)|(css))\.js$/;
const exclude = /\b((marked)|(raw\.marked)|(nls)|(css))\.js$/;
const remappedCoverage = i_remap(global.__coverage__, { exclude: exclude }).getFinalCoverage();
// The remapped coverage comes out with broken paths