Skip to content

Commit 5472f0a

Browse files
committed
Enable the accidentally disabled sound integration tests
1 parent 032cd5a commit 5472f0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/sounds.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ describe('Working with sounds', () => {
111111
await expect(logs).toEqual([]);
112112
});
113113

114-
test.only('Adding multiple sounds at the same time', async () => {
114+
test('Adding multiple sounds at the same time', async () => {
115115
const files = [
116116
path.resolve(__dirname, '../fixtures/movie.wav'),
117117
path.resolve(__dirname, '../fixtures/sneaker.wav')

0 commit comments

Comments
 (0)