blob: 207c635598cb7eab6909275ebd5f4bd430dcca7c [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.
'use strict';
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();
});
});