Skip to content

Commit 048bd28

Browse files
committed
chore: re-enable all tests (accidental ddescribe checkin)
1 parent 8326ab3 commit 048bd28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/angular2/test/i18n/message_spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import {
1414
import {Message, id} from 'angular2/src/i18n/message';
1515

1616
export function main() {
17-
ddescribe('Message', () => {
17+
describe('Message', () => {
1818
describe("id", () => {
1919
it("should return a different id for messages with and without the meaning", () => {
2020
let m1 = new Message("content", "meaning", null);

0 commit comments

Comments
 (0)