Prepare for adding file suffixes

This commit is contained in:
Fedor Indutny
2025-10-16 11:29:11 -07:00
parent 3330dd72ce
commit 3387cf6a77
2095 changed files with 15148 additions and 14629 deletions
@@ -3,7 +3,7 @@
import { assert } from 'chai';
import { findBestMatchingAudioDeviceIndex } from '../../calling/findBestMatchingDevice.js';
import { findBestMatchingAudioDeviceIndex } from '../../calling/findBestMatchingDevice.std.js';
describe('"find best matching device" helpers', () => {
describe('findBestMatchingAudioDeviceIndex', () => {