mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
6 lines
No EOL
178 B
JavaScript
6 lines
No EOL
178 B
JavaScript
// Helper for running tests through Karma.
|
|
// Hooks into the test view logic for running tests.
|
|
|
|
require('initialize');
|
|
TestView = require('views/TestView');
|
|
TestView.runTests(); |