File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 3
3
*/
4
4
( function ( $ ) {
5
5
6
- module ( "slider: events" ) ;
6
+ module ( "slider: events" ) ;
7
7
8
- test ( "start" , function ( ) {
9
- ok ( false , "missing test - untested code is broken code." ) ;
8
+ test ( "start" , function ( ) {
9
+ ok ( false , "missing test - untested code is broken code." ) ;
10
10
} ) ;
11
11
12
- test ( "slide" , function ( ) {
13
- ok ( false , "missing test - untested code is broken code." ) ;
12
+ test ( "slide" , function ( ) {
13
+ ok ( false , "missing test - untested code is broken code." ) ;
14
14
} ) ;
15
15
16
- test ( "change" , function ( ) {
17
- ok ( false , "missing test - untested code is broken code." ) ;
16
+ test ( "change" , function ( ) {
17
+ ok ( false , "missing test - untested code is broken code." ) ;
18
18
} ) ;
19
19
20
- test ( "stop" , function ( ) {
21
- ok ( false , "missing test - untested code is broken code." ) ;
20
+ test ( "stop" , function ( ) {
21
+ ok ( false , "missing test - untested code is broken code." ) ;
22
22
} ) ;
23
23
24
- } ) ( jQuery ) ;
24
+ } ( jQuery ) ) ;
You can’t perform that action at this time.
0 commit comments