Ryan Ghods 125fa014e5 Upgrade Mist to web3 1.0 (#3776) il y a 6 ans
..
lib 8dc4a66e69 Adding dapp tests (#1501) il y a 8 ans
spec 125fa014e5 Upgrade Mist to web3 1.0 (#3776) il y a 6 ans
.eslintrc.yml aa865ade62 Mist API tests (#1503) il y a 8 ans
.gitignore d217e8c950 updated dapp styles il y a 9 ans
Makefile d217e8c950 updated dapp styles il y a 9 ans
README.md f94d8f1916 Prettier files (#3755) il y a 7 ans
package.json d217e8c950 updated dapp styles il y a 9 ans
runner.html 8dc4a66e69 Adding dapp tests (#1501) il y a 8 ans

README.md

Mocha In the Browser

A super simple example of how Mocha tests can be executed in the browser. A great way to start is cloning this project and working through the String Calculator Kata. Open up the public/index.html file in a browser to see the JavaScript object used by the page.

Integrating it into your project

Copy the spec directory into your project. Make sure the runner.html file has all the right paths.