@datagrok-libraries/utils
Advanced tools
Comparing version 4.1.17 to 4.1.18
@@ -11,3 +11,3 @@ { | ||
"fullName": "Utils", | ||
"version": "4.1.17", | ||
"version": "4.1.18", | ||
"description": "Common utilities", | ||
@@ -14,0 +14,0 @@ "dependencies": { |
@@ -83,2 +83,4 @@ import * as DG from 'datagrok-api/dg'; | ||
* @param {boolean} options.readOnly If set to true, the dataframe will not be modified during the test | ||
* @param {boolean} options.arbitraryDfTest If set to false, test on arbitrary dataframe | ||
* (one categorical column) will not be performed | ||
* @param {object} options List of options (optional) | ||
@@ -90,3 +92,4 @@ * @return {Promise<void>} The test is considered successful if it completes without errors | ||
readOnly?: boolean; | ||
arbitraryDfTest?: boolean; | ||
}): Promise<void>; | ||
//# sourceMappingURL=test.d.ts.map |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
398070
3013