blob: 4140995055339b4783d98aa76d339fcc01cbb984 [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('BrowserDebugger', () => {
it('module can be imported', async () => {
await import('./browser_debugger.js');
});
});