5 lines
152 B
JavaScript
5 lines
152 B
JavaScript
// Abstracts expectations for reuse in different test frameworks.
|
|
|
|
cls_expect = (watcher, expectation) => {
|
|
watcher.checkExpectation(expectation);
|
|
};
|