summaryrefslogtreecommitdiff
path: root/horizon/static/horizon/tests/templates.js
blob: cb6eb6a2a44c1ba01e7433511242a6d8b6a900cc (plain)
1
2
3
4
5
6
7
horizon.addInitFunction(function () {
    module("Client-Side Templating (horizon.templates.js)");

    test("Template Compilation", function () {
        ok(_.size(horizon.templates.compiled_templates) > 0, "Compiled templates list should not be empty.");
    });
});