File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 5
5
],
6
6
"include" : [
7
7
" ts/src/**/*" ,
8
- " js/src/**/*"
8
+ " js/src/**/*" ,
9
+ " ts/test/**/*" ,
10
+ " js/test/**/*"
9
11
],
10
12
"exclude" : [
11
13
" **/*.d.ts" ,
Original file line number Diff line number Diff line change 2
2
typescript/javascript sdk for DSA protocol
3
3
4
4
<a href =' https://travis-ci.org/IOT-DSA/sdk-dslink-ts ' ><img src =" https://travis-ci.org/IOT-DSA/sdk-dslink-ts.svg?branch=master " title =" travis-ci " ></a >
5
+ <a href =' https://coveralls.io/github/IOT-DSA/sdk-dslink-ts ' ><img src =' https://coveralls.io/repos/github/IOT-DSA/sdk-dslink-ts/badge.svg?branch=master&service=github ' title =" coveralls " /></a >
Original file line number Diff line number Diff line change @@ -25,4 +25,4 @@ export function sleep(ms: number = 0): Promise<any> {
25
25
return new Promise < any > ( ( resolve , reject ) => {
26
26
setTimeout ( resolve , ms ) ;
27
27
} ) ;
28
- }
28
+ }
You can’t perform that action at this time.
0 commit comments