Cherry-Picking beta fix (#1883)
[Beta] Update size tests to automatically use the major number from the current version (#1873) - this is automatically updated by the version scripts
This commit is contained in:
Родитель
cc150e43fe
Коммит
42952502ff
|
@ -9,6 +9,7 @@ export class AISKUSizeCheck extends AITestClass {
|
|||
private readonly MAX_RAW_DEFLATE_SIZE = 46;
|
||||
private readonly MAX_BUNDLE_DEFLATE_SIZE = 47;
|
||||
private readonly rawFilePath = "../dist/applicationinsights-web.min.js";
|
||||
// Automatically updated by version scripts
|
||||
private readonly currentVer = "2.8.5";
|
||||
private readonly prodFilePath = `../browser/ai.${this.currentVer[0]}.min.js`;
|
||||
|
||||
|
|
|
@ -12,6 +12,7 @@ const enum CdnFormat {
|
|||
}
|
||||
|
||||
export class CdnPackagingChecks extends AITestClass {
|
||||
// Automatically updated by version scripts
|
||||
private readonly currentVer = "2.8.5";
|
||||
|
||||
public testInitialize() {
|
||||
|
|
Загрузка…
Ссылка в новой задаче