feat: publish av-tools 0.2.0
This commit is contained in:
@@ -20,8 +20,12 @@ describe('FFmpeg runtime utilities', () => {
|
||||
'multithread',
|
||||
(path) => `https://tools.example/deep/${path}`
|
||||
);
|
||||
expect(mt.coreURL).toContain('/0.12.10/mt/ffmpeg-core.js');
|
||||
expect(mt.workerURL).toContain('/0.12.10/mt/ffmpeg-core.worker.js');
|
||||
expect(mt.coreURL).toContain(
|
||||
'/0.12.10-reviewed-stack5m.1/mt/ffmpeg-core.js'
|
||||
);
|
||||
expect(mt.workerURL).toContain(
|
||||
'/0.12.10-reviewed-stack5m.1/mt/ffmpeg-core.worker.js'
|
||||
);
|
||||
});
|
||||
|
||||
it('clamps experimental progress and removes invalid numbers', () => {
|
||||
|
||||
Reference in New Issue
Block a user