@datagrok-libraries/utils
Advanced tools
Comparing version 4.2.12 to 4.2.13
# utils changelog | ||
## 4.2.13 (2024-07-15) | ||
Added benchmark flag to category options | ||
## 4.2.12 (2024-07-15) | ||
@@ -4,0 +8,0 @@ |
@@ -11,3 +11,3 @@ { | ||
"fullName": "Utils", | ||
"version": "4.2.12", | ||
"version": "4.2.13", | ||
"description": "Common utilities", | ||
@@ -14,0 +14,0 @@ "dependencies": { |
@@ -12,3 +12,3 @@ import * as DG from 'datagrok-api/dg'; | ||
timeout?: number; | ||
isAllTestsEnabledBenchmarkMode?: boolean; | ||
benchmarks?: boolean; | ||
}; | ||
@@ -25,3 +25,3 @@ }; | ||
isAggregated?: boolean; | ||
isEnabledBenchmarkMode?: boolean; | ||
benchmark?: boolean; | ||
} | ||
@@ -31,3 +31,3 @@ export interface CategoryOptions { | ||
timeout?: number; | ||
isAllTestsEnabledBenchmarkMode?: boolean; | ||
benchmarks?: boolean; | ||
} | ||
@@ -34,0 +34,0 @@ export declare class TestContext { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
647768
4377