Update AISKUSize.Tests.ts
This commit is contained in:
Родитель
5b50434959
Коммит
d4a7036778
|
@ -5,8 +5,8 @@ import { Snippet } from "../../../src/Snippet";
|
|||
import { utlRemoveSessionStorage } from "@microsoft/applicationinsights-common";
|
||||
|
||||
export class AISKUSizeCheck extends AITestClass {
|
||||
private readonly MAX_RAW_SIZE = 143;
|
||||
private readonly MAX_BUNDLE_SIZE = 143;
|
||||
private readonly MAX_RAW_SIZE = 144;
|
||||
private readonly MAX_BUNDLE_SIZE = 144;
|
||||
private readonly MAX_RAW_DEFLATE_SIZE = 58;
|
||||
private readonly MAX_BUNDLE_DEFLATE_SIZE = 58;
|
||||
private readonly rawFilePath = "../dist/es5/applicationinsights-web.min.js";
|
||||
|
|
Загрузка…
Ссылка в новой задаче