https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37490
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Version(s)|24.11.00 | released in| | --- Comment #11 from Jonathan Druart <[email protected]> --- I am wondering if this is working correctly. kohadev-koha@kohadevbox:koha$ prove xt/verify-yarnlock.t [skip lot of warnings] error "eslint-plugin-prettier##prettier@>=3.0.0" doesn't satisfy found match of "[email protected]" [skip lot of warnings] error Found 1 errors. xt/verify-yarnlock.t .. 1/1 # Failed test 'verify yarn.lock file is updated correctly' # at xt/verify-yarnlock.t line 45. # got: '256' # expected: '0' # Looks like you failed 1 test of 1. xt/verify-yarnlock.t .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/1 subtests Test Summary Report ------------------- xt/verify-yarnlock.t (Wstat: 256 (exited 1) Tests: 1 Failed: 1) Failed test: 1 Non-zero exit status: 1 Files=1, Tests=1, 31 wallclock secs ( 0.07 usr 0.08 sys + 26.96 cusr 23.01 csys = 50.12 CPU) Result: FAIL I was wondering what could happen and first I've removed my local node_modules (/kohadevbox/koha/node_modules) Then the tests passed! You can recreate easily, go on the host and run `yarn install` to generate the node_modes dir, then run the tests. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
