Bug 1242962 - Make services/cloudsync eslintable. r=rnewman

This commit is contained in:
Hector Zhao 2016-01-26 22:52:29 +08:00
parent d32d80d753
commit 21eeae61b0

View File

@ -9,7 +9,7 @@ function run_test () {
run_next_test();
}
add_task(function test_get_remote_tabs () {
add_task(function* test_get_remote_tabs () {
let cloudSync = CloudSync();
let clients = yield cloudSync.tabs.getRemoteTabs();
equal(clients.length, 0);