Fix size test auto updating -- the version needs to be the current version for the auto update to work (#1885)
This commit is contained in:
Родитель
fcbf8cf2b5
Коммит
652c693abe
|
@ -10,7 +10,7 @@ export class AISKUSizeCheck extends AITestClass {
|
|||
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 currentVer = "2.8.6";
|
||||
private readonly prodFilePath = `../browser/ai.${this.currentVer[0]}.min.js`;
|
||||
|
||||
public testInitialize() {
|
||||
|
|
|
@ -13,7 +13,7 @@ const enum CdnFormat {
|
|||
|
||||
export class CdnPackagingChecks extends AITestClass {
|
||||
// Automatically updated by version scripts
|
||||
private readonly currentVer = "2.8.5";
|
||||
private readonly currentVer = "2.8.6";
|
||||
|
||||
public testInitialize() {
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче