| Index: tests/html/audiobuffersourcenode_test.dart
|
| diff --git a/tests/html/audiobuffersourcenode_test.dart b/tests/html/audiobuffersourcenode_test.dart
|
| index 867bbfab0ecd167d091cfa9770bc9471667e46b1..10fecc9af1861cef9f714ac717ef0b306c837a7c 100644
|
| --- a/tests/html/audiobuffersourcenode_test.dart
|
| +++ b/tests/html/audiobuffersourcenode_test.dart
|
| @@ -5,6 +5,8 @@ import 'dart:web_audio';
|
|
|
| main() {
|
|
|
| + useHtmlIndividualConfiguration();
|
| +
|
| group('supported', () {
|
| test('supported', () {
|
| expect(AudioContext.supported, true);
|
|
|