File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ import builder from "xmlbuilder";
77/* jshint ignore:end */
88
99export default class TwiML {
10+ [ key : string ] : any ;
1011 response : any ;
1112 _propertyName : string ;
1213
@@ -35,7 +36,6 @@ export default class TwiML {
3536 */
3637 /* jshint ignore:end */
3738 _getXml ( ) {
38- // @ts -ignore
3939 return this [ this . _propertyName ] ;
4040 }
4141
Original file line number Diff line number Diff line change 5252 "typedoc" : " ^0.23.21"
5353 },
5454 "scripts" : {
55- "test" : " npm run test:javascript" ,
55+ "test" : " npm run test:javascript && npm run test:typescript " ,
5656 "test:javascript" : " jest spec/* --coverage --detectOpenHandles" ,
5757 "test:typescript" : " tsc --noEmit" ,
5858 "jshint" : " jshint lib/rest/** lib/base/** lib/http/**" ,
You can’t perform that action at this time.
0 commit comments