package expect_test_helpers_async
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Async helpers for writing expectation tests
Install
dune-project
Dependency
Authors
Maintainers
Sources
expect_test_helpers_async-v0.16.0.tar.gz
sha256=c37ec54bd27a2464e07561081a9ff888be9fa65182d031920569e7760b7754aa
doc/README.html
April 2020
Expect_test_helpers_async is a library intended for use with expect tests, i.e. the let%expect_test syntax. It has functionality that cannot go in Expect_test_helpers_base and Expect_test_helpers_kernel due to its use of Async, in particular file i/o, and running external processes.
Expect_test_helpers_async uses both Unix and Async. It is not suitable for use in JavaScript.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>