|
|
@ -21,7 +21,7 @@ import { |
|
|
|
setMaxConfidence, |
|
|
|
setMaxConfidence, |
|
|
|
setMaxHealth, checkConsistentConfidenceDelta |
|
|
|
setMaxHealth, checkConsistentConfidenceDelta |
|
|
|
} from "./HitPoints"; |
|
|
|
} from "./HitPoints"; |
|
|
|
import {assertion, AssertionConfig} from "./Assertions"; |
|
|
|
import {assertion, AssertionConfig} from "../testing/Assertions"; |
|
|
|
|
|
|
|
|
|
|
|
const InvalidHitPoints = {currentHealth: 999, maxHealth: 99, maxConfidence: 100, currentConfidence: 20}; |
|
|
|
const InvalidHitPoints = {currentHealth: 999, maxHealth: 99, maxConfidence: 100, currentConfidence: 20}; |
|
|
|
let originalConfig: AssertionConfig.Type |
|
|
|
let originalConfig: AssertionConfig.Type |
|
|
|