chore: re-enable all tests (accidental ddescribe checkin)

This commit is contained in:
Misko Hevery 2016-03-17 20:57:57 -07:00 committed by Miško Hevery
parent 8326ab3240
commit 048bd280dd
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ import {
import {Message, id} from 'angular2/src/i18n/message';
export function main() {
ddescribe('Message', () => {
describe('Message', () => {
describe("id", () => {
it("should return a different id for messages with and without the meaning", () => {
let m1 = new Message("content", "meaning", null);