You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I could see the sample script under test-web folder. The script seems like bundled that I don't know how I can apply it in my own project. May I know if there is other way to use it in web?
I could see the sample script under test-web folder. The script seems like bundled that I don't know how I can apply it in my own project. May I know if there is other way to use it in web?
<script src="https://cdnjs.cloudflare.com/ajax/libs/mocha/4.0.1/mocha.js"></script> <script>mocha.setup('bdd')</script> <script src="bundle-tests.js"></script> <script>mocha.run();</script>Thanks!!
The text was updated successfully, but these errors were encountered: