-
## Environment
node: 10.15.3
pnpm: 2.25.6
react-native: 0.60.5
@haul-bundler/cli: 0.12.0
## Description
While the old haul package used to install just fine with the same pnpm settings, wh…
-
I have been trying to use this plugin alongside the TypeScript preset from babel. For the most part, it works fine. However, when I import something that is only a type it blows up!
I am importing
…
-
great plugin, thank you!
any plans for supporting `'to exhaustively satisfy'`? maybe a `shallowDeepEqualStrict` assertion? If you don't have cycles to add it but are supportive of the idea I'd be h…
-
I would like to be able to call a functor within ChaiScript.
Example C++:
``` C++
struct Functor
{
void operator()() { std::cout
-
Hi. I hope this is a good place to report an issue that I am having. Ok so as I said in the title, I have a problem with very slow tests when chrome browser is minimized or have open Karma DEBUG RUNNE…
-
Hi there
Thanks for creating this plugin it is quite useful.
One Problem I sometimes run into is the following.
In normal chai you can write something like this:
``` js
var a = {a: "a"};
a.should.h…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### This issue exists in the latest npm version
- [X] I am using the latest npm
### Current Behavior
I…
-
``` JavaScript
function fn(options) {
options.foo = 1;
}
spy = chai.spy(fn);
spy({ bar : 1 });
spy.should.be.called.with({ bar : 1 }); // fail
```
This happens because the function `fn` modifies th…
-
## 2.3.0 / 2015-04-26
Added `ownPropertyDescriptor` assertion:
增加了 `ownPropertyDescriptor` 断言方法:
``` js
expect('test').to.have.ownPropertyDescriptor('length');
expect('test').to.have.ownPropertyDes…
-
### Version of Hardhat
2.13.1
### What happened?
Getting this error on the second and third `expect` in the included test file (the first `expect` passes fine):
```
AssertionError: expected…