mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-01-05 20:22:44 -05:00
5 lines
151 B
JavaScript
5 lines
151 B
JavaScript
|
// Helper for running tests through Karma.
|
||
|
// Hooks into the test view logic for running tests.
|
||
|
|
||
|
TestView = require('views/test');
|
||
|
TestView.runTests();
|