Skip to content

Commit 93fb4bf

Browse files
committed
Remove warning from tests.
1 parent 7afcdcd commit 93fb4bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

analysis/tests/src/Jsx.res

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ module Ext = {
4949
external make: (~align: string=?) => React.element = "Typography"
5050
}
5151

52-
let _extMake = Ext.make
52+
let _ = (Ext.make, Ext.makeProps)
5353

5454
//^com <Ext al

0 commit comments

Comments
 (0)