-
This is the error:
```
tests/ts/examples.ts(41,3): error TS2564: Property 'firstName' has no initializer and is not definitely assigned in the constructor.
tests/ts/examples.ts(42,3): error TS256…
-
### Issue description or question
I'm seeing wallaby runner failure after bump up jest into 21 - I guess it's probably related to my config, but hard to pinpoint what to fix. Note below config was wo…
-
(..or maybe Mocha 4. I don't know.)
@mochajs/mocha + everyone,
I mentioned this in the mochajs/maintainers room on Gitter, but since it appears people aren't using Gitter much, I'll repeat it here:…
-
I was using always method 3 (via gitlab hooks) and the deployment is always a success... Now i'm getting build logs
```
[91m [0m
[91mfetch[0m
[91m GET 200 https://registry.npmjs.org/sliced…
-
Is it possible to include the chai-subset module (http://chaijs.com/plugins/chai-subset/)?
I am new to javascript tooling so I am pretty lost.
-
After some early conversations with @CompuIves in Discord, I'm starting this issue to begin discussions for adding support to run unit tests in CodeSandbox.
What i was thinking was a way to use cod…
-
Hello,
is there a workaround to allow something like this:
``` js
chai.expect({ foo: 'bar', bar: 'foo' })
.to.have.property('foo', 'bar')
.and.to.have.property('bar', 'foo')
;
```
-
```
matchPattern([{a: 'ab'}], '[{a: "ab"} ...]')
```
Results in error string
```
'Array [ { a: \'ab\' } ] isn\'t a subset match of Array [ { a: \'ab\' } ]'
```
This should either be allowed or …
-
**What version of ESLint are you using?**
2.13
**The problem**
When working offline, I would like to have access to the documentation for all rules
**The solution**
Include the docs for rules in the…
-
### Issue description or question
I have jest snapshot generated for `tsx` component, i.e `team-add-button-spex.tsx.snap` by running `jest --updatesnatshot`, and recently wallaby started to create `…