Testing / Development practices #291
Unanswered
espruino-discuss
asked this question in
JavaScript
Replies: 1 comment
-
Posted at 2014-07-17 by @gfwilliams Well, depending on what functions you're calling you might be able to use the node-espruino node module, which will let you call out to an actual Espruino board? Presumably you could use it to load your code into the board, and could then use Jasmine on the PC to run each test on the board itself? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2014-07-17 by Justin
I have just started looking into developing outside of the WebIDE and want to get a decent set up with Jasmine or similar for testing my code. Currently I am doing this by mocking the Espruino specific function calls within my tests.
Does anyone have any pointers tips for testing Espruino code that they might like to share?
Beta Was this translation helpful? Give feedback.
All reactions