We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8326ab3 commit 048bd28Copy full SHA for 048bd28
1 file changed
modules/angular2/test/i18n/message_spec.ts
@@ -14,7 +14,7 @@ import {
14
import {Message, id} from 'angular2/src/i18n/message';
15
16
export function main() {
17
- ddescribe('Message', () => {
+ describe('Message', () => {
18
describe("id", () => {
19
it("should return a different id for messages with and without the meaning", () => {
20
let m1 = new Message("content", "meaning", null);
0 commit comments