mirror of
https://github.com/servo/servo.git
synced 2025-10-15 07:50:20 +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);
|
|
};
|