@@ -11,7 +11,7 @@ describe('EventList', function () {
11
11
script : {
12
12
type : 'text/javascript' ,
13
13
exec : 'console.log("hello");' ,
14
- packages : [ { id : 'script-package-1' , name : 'package1' } ]
14
+ packages : [ { id : 'script-package-1' , name : 'package1' } ]
15
15
}
16
16
} ] ;
17
17
@@ -37,7 +37,7 @@ describe('EventList', function () {
37
37
id : 'test-script-1' ,
38
38
type : 'text/javascript' ,
39
39
exec : 'console.log("hello");' ,
40
- packages : [ { id : 'script-package-1' , name : 'package1' } ]
40
+ packages : [ { id : 'script-package-1' , name : 'package1' } ]
41
41
}
42
42
} ] ) ,
43
43
eventListJSON ;
@@ -49,7 +49,7 @@ describe('EventList', function () {
49
49
id : 'test-script-1' ,
50
50
type : 'text/javascript' ,
51
51
exec : [ 'console.log("hello");' ] ,
52
- packages : [ { id : 'script-package-1' , name : 'package1' } ]
52
+ packages : [ { id : 'script-package-1' , name : 'package1' } ]
53
53
}
54
54
} ] ) ;
55
55
@@ -67,7 +67,7 @@ describe('EventList', function () {
67
67
id : 'test-script-1' ,
68
68
type : 'text/javascript' ,
69
69
exec : [ 'console.log("hello");' ] ,
70
- packages : [ { id : 'script-package-1' , name : 'package1' } ]
70
+ packages : [ { id : 'script-package-1' , name : 'package1' } ]
71
71
}
72
72
} ) ;
73
73
0 commit comments