Add assert labels to _.tempalte test.

This commit is contained in:
jdalton
2015-04-10 15:42:03 -07:00
parent 65457208e5
commit 020c5b27dc

View File

@@ -14940,7 +14940,7 @@
} catch(e) { } catch(e) {
pass = false; pass = false;
} }
ok(pass); ok(pass, '`data` value');
pass = true; pass = true;
@@ -14949,7 +14949,7 @@
} catch(e) { } catch(e) {
pass = false; pass = false;
} }
ok(pass); ok(pass, '`options` value');
}); });
test('should expose the source for compiled templates', 1, function() { test('should expose the source for compiled templates', 1, function() {