blob: dbab90635ceaa9fd5a7cc783767ec3b3a66b94c5 [file] [log] [blame]
// Copyright 2025 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
describe('MCP', () => {
it('can import', async function() {
await import('./mcp.js');
});
});