Skip to content

Commit aa8c654

Browse files
mbuttuFoxandxss
authored andcommitted
test(modal): Remove ddescribe in the $modal tests
The `ddescribe` is only executing the $modal tests. Removing it will allow all other unit tests to run. Fixes angular-ui#2311.
1 parent 990015f commit aa8c654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modal/test/modal.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ddescribe('$modal', function () {
1+
describe('$modal', function () {
22
var $controllerProvider, $rootScope, $document, $compile, $templateCache, $timeout, $q;
33
var $modal, $modalProvider;
44

0 commit comments

Comments
 (0)