package bonsai

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Source file bonsai_web_test_async.ml

1
2
3
4
5
6
7
8
open! Base

(* Bonsai_web_test_async is a wrapper library over [bonsai_web_test] that lets you write
   bonsai tests that use async. *)

include Bonsai.For_open
include Bonsai_web_test
include Async_js_test