Ferdinand Prantl
Ferdinand Prantl
Setting a non-zero exit code is absolutely necessary for being able to use `baretest` seriously. If you want to use it in a CI/CD pipeline, it has to be able...
About the test runner - a workaround is to: 1: include a test-executiong statement at the end of each file (test suite): ```js if (module === require.main) test.run() else module.exports...
I noticed to other formatting issues. This is an example of a failed test: $ node test test ! test1 AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value: assert.ok(false)...
Real-world examples with #17 and #19 merged: A failure: # node test attr • • • • • • ✓ 6 dasherize • • • ✓ 3 empty • !...
The same as #176 and #181.
My crude workaround to do in a `Dockerfile` after installing `glibc-2.35-r0.apk`: mkdir -p /lib64 ln -sf /usr/glibc-compat/lib/ld-linux-x86-64.so.2 /lib64/ld-linux-x86-64.so.2
The same as #175 and #181.
@nilamsavani91, a time zone has no single offset. The offset will be known, as soon as you say what country and date you want to know the offset for. The...
No, it's not :-) I published [2.1.1](https://github.com/prantlf/timezone-support/releases/tag/v2.1.1) and [3.0.0](https://github.com/prantlf/timezone-support/releases/tag/v3.0.0), which include 2022f.
I published [2.1.1](https://github.com/prantlf/timezone-support/releases/tag/v2.1.1) and [3.0.0](https://github.com/prantlf/timezone-support/releases/tag/v3.0.0), which include 2022f.