Skip to content

Commit a022422

Browse files
committed
feat: create stub for fileDownload
Create missing stub for lightning/fileDownload. Tackles #447
1 parent 90da754 commit a022422

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/*
2+
* Copyright (c) 2025, salesforce.com, inc.
3+
* All rights reserved.
4+
* SPDX-License-Identifier: MIT
5+
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
6+
*/
7+
8+
export const generateUrl = jest.fn().mockResolvedValue('');

0 commit comments

Comments
 (0)