mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-30 19:06:59 -05:00
5 lines
No EOL
151 B
JavaScript
5 lines
No EOL
151 B
JavaScript
// Helper for running tests through Karma.
|
|
// Hooks into the test view logic for running tests.
|
|
|
|
TestView = require('views/test');
|
|
TestView.runTests(); |