Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 9d28a79

Browse files
committed
test(ngOptionsSpec): remove ddescribe which caused CI to skip most of unit tests
1 parent c4489eb commit 9d28a79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ng/directive/ngOptionsSpec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict';
22

3-
ddescribe('ngOptions', function() {
3+
describe('ngOptions', function() {
44

55
var scope, formElement, element, $compile, linkLog;
66

0 commit comments

Comments
 (0)