blob: 3272790f7ae50df40f71b4cdff5283823b8223dc [file] [log] [blame]
// Abstracts expectations for reuse in different test frameworks.
cls_expect = (watcher, expectation) => {
watcher.checkExpectation(expectation);
};