mirror of
https://github.com/servo/servo.git
synced 2025-10-09 21:10:19 +01:00
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);
|
|
};
|