mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-12-03 04:17:12 -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();
|