Skip to content

Commit

Permalink
fqefe
Browse files Browse the repository at this point in the history
  • Loading branch information
vishvamsinh28 committed Nov 5, 2024
1 parent 5164452 commit ca72a7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/build-newsroom-videos.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jest.mock('node-fetch-2', () => jest.fn());

describe('buildNewsroomVideos', () => {
const testDir = join(os.tmpdir(), 'test_config');
const testFilePath = join(testDir, 'newsroom_videos.json');
const testFilePath = resolve(testDir, 'newsroom_videos.json');

beforeAll(() => {
mkdirpSync(testDir);
Expand Down

0 comments on commit ca72a7f

Please sign in to comment.