Skip to content

Commit

Permalink
Update transparent-webm.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyBurger committed Jan 31, 2025
1 parent 7ee1de6 commit 1221bf3
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
import {RenderInternals} from '@remotion/renderer';
import {ensureBrowser, RenderInternals} from '@remotion/renderer';
import {rendersPrefix} from '@remotion/serverless/client';
import {afterAll, expect, test} from 'bun:test';
import {afterAll, beforeAll, expect, test} from 'bun:test';
import fs, {createWriteStream} from 'node:fs';
import os from 'node:os';
import path from 'node:path';
import {internalDeleteRender} from '../../../api/delete-render';
import {mockImplementation} from '../../mock-implementation';
import {simulateLambdaRender} from '../simulate-lambda-render';

beforeAll(async () => {
await ensureBrowser();
});

afterAll(async () => {
await RenderInternals.killAllBrowsers();
});
Expand Down

0 comments on commit 1221bf3

Please sign in to comment.