support for `not` assertions
Abierto
- Lenguaje dominante
- TypeScript
- Estrellas
- 4
- Forks
- 0
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
See https://github.com/vesln/nixt/issues/10
### API
Should be similar to that of jest:
* `joker.not.stdout()`
* `joker.not.stderr()`
* `joker.not.exist()`
etc...
Chained assertions should not propagate `not`. For example, `joker.not.exist('bar').exist('foo')` should assert bar does not exist and that foo does exist.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.