[new release] melange-jest (0.2.0)#29029
Conversation
CHANGES: - port `@mel.send.pipe` to `@mel.send` + `@mel.this` by @anmonteiro (melange-community/melange-jest#18)
jmid
left a comment
There was a problem hiding this comment.
Thanks!
I see CI failing runtest across the board, e.g.,
https://opam.ci.ocaml.org/github/ocaml/opam-repository/commit/dc256e36cd2114951fe07f4321c2b26e4bb14d33/variant/compilers,4.14,melange-jest.0.2.0,tests
#=== ERROR while compiling melange-jest.0.2.0 =================================#
# context 2.5.0 | linux/x86_64 | ocaml-base-compiler.4.14.2 | pinned(https://github.com/melange-community/melange-jest/releases/download/0.2.0/melange-jest-0.2.0.tbz)
# path ~/.opam/4.14/.opam-switch/build/melange-jest.0.2.0
# command ~/.opam/opam-init/hooks/sandbox.sh build dune build -p melange-jest -j 71 @install @runtest
# exit-code 1
# env-file ~/.opam/log/melange-jest-7-476a47.env
# output-file ~/.opam/log/melange-jest-7-476a47.out
### output ###
# File "dune", line 12, characters 7-10:
# 12 | (run npx jest)))
# ^^^
# Error: Program npx not found in the tree or in PATH
# (context: default)
Is this missing a conf-npm {with-test} dependency? 🤔
Removed the '@runtest' job from the opam file.
|
Thank you, I forgot to remove the
I'd rather remove the |
jmid
left a comment
There was a problem hiding this comment.
OK, thanks - CI LGTM now 👍
Would you consider adding an x-maintenance-intent entry?
https://github.com/ocaml/opam-repository/blob/master/governance/policies/archiving.md
Yes, I will add these upstream. |
|
OK, thanks! |
Melange bindings for Jest
CHANGES:
@mel.send.pipeto@mel.send+@mel.thisby @anmonteiro (port to melange v5, remove[@mel.send.pipe]in favor of[@mel.send]melange-community/melange-jest#18)