@syntest/base-language
Advanced tools
Comparing version 0.3.0-beta.1 to 0.3.0-beta.2
@@ -36,3 +36,3 @@ import { LoggingOptions } from "@syntest/logging"; | ||
terminationTriggers: string[]; | ||
exceptionObjectivesEnabled: boolean; | ||
exceptionObjectives: boolean; | ||
}; | ||
@@ -48,2 +48,4 @@ export type BudgetOptions = { | ||
testMinimization: boolean; | ||
metaComments: boolean; | ||
assertions: boolean; | ||
}; | ||
@@ -50,0 +52,0 @@ export type SamplingOptions = { |
@@ -193,3 +193,3 @@ "use strict"; | ||
}, | ||
"exception-objectives-enabled": { | ||
"exception-objectives": { | ||
alias: [], | ||
@@ -258,2 +258,18 @@ default: true, | ||
}, | ||
"meta-comments": { | ||
alias: [], | ||
default: true, | ||
description: "Add meta comments to test cases at the end of the search.", | ||
group: OptionGroups.PostProccessing, | ||
hidden: false, | ||
type: "boolean", | ||
}, | ||
assertions: { | ||
alias: [], | ||
default: true, | ||
description: "Add assertions to test cases at the end of the search.", | ||
group: OptionGroups.PostProccessing, | ||
hidden: false, | ||
type: "boolean", | ||
}, | ||
}; | ||
@@ -260,0 +276,0 @@ } |
{ | ||
"name": "@syntest/base-language", | ||
"version": "0.3.0-beta.1", | ||
"version": "0.3.0-beta.2", | ||
"description": "The base testing tool of the SynTest Framework", | ||
@@ -54,3 +54,3 @@ "keywords": [ | ||
"@syntest/module": "^0.1.1", | ||
"@syntest/search": "^0.5.0-beta.1", | ||
"@syntest/search": "^0.5.0-beta.2", | ||
"@syntest/storage": "^0.2.0", | ||
@@ -66,3 +66,3 @@ "globby": "11.0.4", | ||
}, | ||
"gitHead": "05e3f65f4ead39eb943c25b246f7e21b3e29a21b" | ||
"gitHead": "b3bc840eaaaf34a76776d6099e90c91e4875e61d" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
202719
3064