package expect_test_helpers_core
Helpers for writing expectation tests
Install
Dune Dependency
Authors
Maintainers
Sources
v0.17.0.tar.gz
sha256=c8380970589385b459413824ea3b2c959ed0a6600fe088f56eda0e16070880bf
README.md.html
README.md
September 2018
Expect_test_helpers_core
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
, in particular stable types and allocation tests that use the Core.Gc
module.
Expect_test_helpers_core
does not use Unix
or Async
. It is suitable for use in JavaScript. Also see the Expect_test_helpers_async
library, which provides test helpers that 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)"
>