blob: c2eddaf2389e8927140f6fc87b414fed957ef99e [file] [log] [blame]
// Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
suite('<app-management-app>', function() {
test('loads', async function() {
// Check that the browser responds to the getApps() message.
const {apps: initialApps} =
await app_management.BrowserProxy.getInstance().handler.getApps();
});
});