-
### Increasing Access
Currently p5.Table.js has test suites only for loading a table in loadTable.js and saving a table saveTable.js . However, there are areas with missing test cases for eg: Modif…
-
Add tests and release as 1.0.2. Use mocha and chai.
j-mes updated
4 years ago
-
I was struggling to get `blank()` to fail when a component had content. I eventually copied the exact code from the example but had it return content rather than null:
```
class NullFixture extends …
-
Add tests using Mocha & Chai
-
Have you consider using
``` json
"devDependencies": {
"mocha": "1",
"mocha-phantomjs": "3"
},
"peerDependencies": {
"chai": "1",
"jquery": "2"
}
```
To enable npm to manage your dependencie…
-
I am using this package with Mocha, and setting a snap files explicitly using setFilename. When I run the tests, it shows as successful every time (even after changes). However, there are no snapshot …
-
hay que agregarlas a package.json mocha, chai y jQuery
-
### Description
In preparation for the new Web UI foundation, the Polymer source needs to be reviewed.
Some of the Polymer files that have been checked into the repo are not required and should be…
-
Add:
- mocha
- chai
- power-assert
-
## Description
There is a significant discrepancy between the documented Digital Asset Standard (DAS) API methods and the actual implementation in the `@metaplex-foundation/umi` package. The document…