Skip to content

Commit

Permalink
Attach browser tests to eio_browser
Browse files Browse the repository at this point in the history
  • Loading branch information
patricoferris committed Mar 8, 2023
1 parent 176df51 commit 5c5f5ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib_eio_js/browser/example/dune
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

(rule
(alias runtest)
(package eio_browser)
(deps index.html index.bc.js)
(targets index.js)
(action (copy index.bc.js index.js)))
1 change: 1 addition & 0 deletions lib_eio_js/browser/test/dune
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

(rule
(alias runtest)
(package eio_browser)
(deps index.html test.bc.js)
(targets test.js)
(action (copy test.bc.js test.js)))

0 comments on commit 5c5f5ac

Please sign in to comment.