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