package expect_test_helpers_kernel
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Helpers for writing expectation tests
Install
dune-project
Dependency
Authors
Maintainers
Sources
expect_test_helpers_kernel-v0.13.0.tar.gz
sha256=22aac86e249b5f587e2ae2ae65b44f75046b404031486dfe0ba9f1b01b6b2cbe
md5=5d51328bcaff8e2086fed560b1826790
doc/README.html
September 2018
Expect_test_helpers_kernel is a library intended for use with expect tests, i.e. the let%expect_test syntax. It is an extension of the Expect_test_helpers_base library with functionality dependent on Core_kernel, in particular stable types and allocation tests that use the Core_kernel.Gc module.
Expect_test_helpers_kernel does not use Unix or Async. It is suitable for use in JavaScript. Also see the Expect_test_helpers library, which extends Expect_test_helpers_kernel to work in Async and with additional helper functions that make use of Unix processes.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>