This repository was archived by the owner on Apr 4, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +42
-1
lines changed Expand file tree Collapse file tree 3 files changed +42
-1
lines changed Original file line number Diff line number Diff line change
1
+ describe ( 'angularHint' , function ( ) {
2
+
3
+ describe ( 'angular hint bootstrapping' , function ( ) {
4
+ it ( 'should warn if ng-hint is called with unknown options' , function ( ) {
5
+
6
+ } ) ;
7
+
8
+
9
+ it ( 'should include all modules by ng-hint default' , function ( ) {
10
+
11
+ } ) ;
12
+
13
+
14
+ it ( 'should have an inclusive mode' , function ( ) {
15
+
16
+ } ) ;
17
+
18
+
19
+ it ( 'should have an exclusive mode' , function ( ) {
20
+
21
+ } ) ;
22
+ } ) ;
23
+ } ) ;
Original file line number Diff line number Diff line change
1
+ module . exports = function ( config ) {
2
+ config . set ( {
3
+ frameworks : [ 'jasmine' ] ,
4
+ files : [
5
+ 'bower_components/angular/angular.js' ,
6
+ 'hint.js' ,
7
+ '*_test.js'
8
+ ] ,
9
+ exclude : [
10
+ ] ,
11
+ preprocessors : {
12
+ } ,
13
+ browsers : [ 'Chrome' ]
14
+ } ) ;
15
+ } ;
Original file line number Diff line number Diff line change 26
26
"homepage" : " https://github.com/angular/angular-hint" ,
27
27
"dependencies" : {
28
28
"controller-training" : " git://github.com/angular/angular-hint-dom" ,
29
- "directive-director" : " git://github.com/angular/angular-hint-directives"
29
+ "directive-director" : " git://github.com/angular/angular-hint-directives" ,
30
+ "karma" : " ^0.12.16" ,
31
+ "karma-chrome-launcher" : " ^0.1.4" ,
32
+ "karma-jasmine" : " ^0.1.5"
30
33
},
31
34
"devDependencies" : {
32
35
"browserify" : " ^4.2.0" ,
You can’t perform that action at this time.
0 commit comments