[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:
Nev 2022-08-16 12:50:03 -07:00 коммит произвёл GitHub
Родитель cc150e43fe
Коммит 42952502ff
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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() {