Erster Docker-Stand
This commit is contained in:
6
_node_modules/fast-check/lib/esm/check/precondition/Pre.js
generated
Normal file
6
_node_modules/fast-check/lib/esm/check/precondition/Pre.js
generated
Normal file
@@ -0,0 +1,6 @@
|
||||
import { PreconditionFailure } from './PreconditionFailure.js';
|
||||
export function pre(expectTruthy) {
|
||||
if (!expectTruthy) {
|
||||
throw new PreconditionFailure();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user