Skip to content

Commit 885238e

Browse files
committed
add missing test file from last commit
1 parent 8f38049 commit 885238e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
(ns npm-deps-test.invoke
2+
(:require [react :refer [createElement]]
3+
["react-dom/server" :as ReactDOMServer]
4+
["lodash-es/array" :as array]))
5+
6+
(createElement "div")
7+
8+
(ReactDOMServer/renderToString nil)
9+
10+
(array/findIndex #js [1 2] 2)

0 commit comments

Comments
 (0)