Skip to content

Commit 154e702

Browse files
authored
Merge pull request #422 from browserstack/add-tsx-files-upload-support
Add support for .tsx and .pfx files
2 parents e90aef8 + 68ebf91 commit 154e702

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

bin/helpers/constants.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,9 @@ const allowedFileTypes = [
307307
"pmp",
308308
"max",
309309
"mjpeg",
310-
"y4m"
310+
"y4m",
311+
"tsx",
312+
"pfx"
311313
];
312314

313315
const filesToIgnoreWhileUploading = [

0 commit comments

Comments
 (0)