blob: d5cf31d086948c29a1a9e969795074139cadac2f [file] [log] [blame]
// Copyright 2024 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import {describeWithEnvironment} from '../../testing/EnvironmentHelpers.js';
describeWithEnvironment('LayerViewer', () => {
it('module can be imported', async () => {
await import('./layer_viewer.js');
});
});