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
Use our current testing framework (cucumber branch) to run unit tests.
Possible plan:
Write an interview that exposes the function we want to test by using javascript to make the function a property of the window context, i.e., window.function = our_function.
The text was updated successfully, but these errors were encountered:
Use our current testing framework (
cucumber
branch) to run unit tests.Possible plan:
Write an interview that exposes the function we want to test by using javascript to make the function a property of the
window
context, i.e.,window.function = our_function
.The text was updated successfully, but these errors were encountered: