-
Thanks for all of the work on this! After spending a lot of time struggling with Jest and the react-native docs (v 0.27.0) for setting up unit tests, I decided to give enzyme w/ mocha/chai a go and b…
-
Given that there is no delete_all option, I am not able to empty the table when I write tests. How are you guys handling tests when you use dynamodb?
-
Hi,
Thanks for your great work.
I tried avoriaz + karma + mocha with the karma.conf.js in this example project, i got an error:
ERROR [config]: Invalid config file!
TypeError: Cannot read prop…
-
I would suggest adding tests to each one of the examples. Testing is a big subject and lots of people that are interested in a serverless architecture may be wondering how one is being tested. Your re…
-
### Version of Hardhat
2.22.2
### What happened?
IntelliSense in VSCode stops working when adding `@nomicfoundation/hardhat-foundry` plugin to a Hardhat project. Imported files wont have any defini…
-
After upgrading to babel 7 I started receiving the error, and none of the related issues I have found helped to solve it. Removing the istambul-instrumenter-loader rule from the webpack configuratio…
-
I'm having trouble making sinon-chrome stubs work with `sinon.match`.
I use webpack, karma, mocha and sinon-chai. The spec below may reproduce the error.
It looks like sinon-chrome's stub doesn'…
crimx updated
6 years ago
-
I'm having difficulty getting the tests to run. I forked and downloaded the repo and I haven't modified anything. When I run npm test , mocha-webpack appears to run and compile everything, but no test…
-
### 🔎 Search Terms
Typescript 5.7 breaks features provided by "module"="NodeNext", specfically the ability to import via either the package name or through an package.json imports definition.
With 5…
-
Does anybody passed the part of the test with "throwing error"?