We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 052f7fe + fc290d3 commit e2057bfCopy full SHA for e2057bf
readme.md
@@ -606,7 +606,7 @@ expect(errorWeExceptFor).not.to.be.null;
606
### :clap: Doing It Right Example: A human-readable expectation that could be understood easily, maybe even by QA or technical PM
607
608
```javascript
609
-it.only("When no product name, it throws error 400", async() => {
+it("When no product name, it throws error 400", async() => {
610
await expect(addNewProduct({})).to.eventually.throw(AppError).with.property('code', "InvalidInput");
611
});
612
0 commit comments