testy
testy copied to clipboard
A minimal Javascript testing framework, for educational purposes. Live at npm at @pmoo/testy.
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/ngarbezza/testy). ## Config Migration Needed - [ ]...
## What Adding numerical comparison assertions (for symbols`>`, `=` and `
## Problem When one of these assertions fail, we get an `expected true to be false` or `expected false to be true` without additional feedback about the actual result, not...
## Describe the bug When running a test that's expected to fail using `expectFailureOn()` the test passes even if the expected error message doesn't match the actual error message from...
## Is your feature request related to a problem? Please describe. Even though numerical comparisons can be achieved using boolean assertions (like `assert.isTrue(3 < 4)`) I think is more semantically...
[](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [node](https://nodejs.org) ([source](https://togithub.com/nodejs/node)) | minor | `20.12.2` -> `20.13.0` | --- ### Release Notes...
- [ ] move repo to an org named `testy` - [ ] rename repo to `testy-core` - [ ] rename package to `@testy/core` - [ ] release new version...
**Is your feature request related to a problem? Please describe.** When an assertion fails, we got a message explaining the problem. But sometimes, this is not enough or it is...
## Is your feature request related to a problem? Please describe. It would be nice to use this tool with Typescript as well. ## Describe the solution you'd like As...
**Is your feature request related to a problem? Please describe.** If we have many tests and we might want to focus just on one, we don't have a way to...