Tag: 业余运动员

不再能够使用ddescribe或iit

我曾经能够使用ddescribe和iit让茉莉花/果报运行一个特定的testing或一组testing。 但是,现在它不再有效,我得到这个错误:(或类似的iit)。 INFO [karma]: Karma v0.12.31 server started at http://localhost:8081/ INFO [launcher]: Starting browser PhantomJS INFO [PhantomJS 1.9.8 (Windows 7)]: Connected on socket jIMgciNEN5VXBdZOhDz2 with id 78471739 PhantomJS 1.9.8 (Windows 7) ERROR ReferenceError: Can't find variable: ddescribe at /…/test.js:146 我正在运行:业力0.12.28,茉莉花2.2.0,业力 – 茉莉花:0.3.5,业力 – 幻影 – 发射器:0.1.4 以下是testing文件基本的样子: 'use strict'; ddescribe('MyController', function() { it('should do xyz', […]