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
{{ message }}
This repository was archived by the owner on Jun 27, 2019. It is now read-only.
I've been trying to add unit, midway and e2e testing by configuring karma with the mocha.js extension. However, I'm in a dead end, configuring karma with requirejs is proving to be quite confusing to me, specially with the existing codebase.
I've managed to extract the requirejs configuration object to a separate file in order to avoid repetition for the test setup.
Has anyone setup a test framework with this seed? I would greatly appreciate the help.
I've been trying to add unit, midway and e2e testing by configuring karma with the mocha.js extension. However, I'm in a dead end, configuring karma with requirejs is proving to be quite confusing to me, specially with the existing codebase.
I've managed to extract the requirejs configuration object to a separate file in order to avoid repetition for the test setup.
Has anyone setup a test framework with this seed? I would greatly appreciate the help.