Skip to content

Commit

Permalink
chore: readd ts tests to test rule (#888)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilal Boussayoud committed Jan 13, 2023
1 parent b471067 commit 6dff2f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/twiml/TwiML.ts
Expand Up @@ -7,6 +7,7 @@ import builder from "xmlbuilder";
/* jshint ignore:end */

export default class TwiML {
[key: string]: any;
response: any;
_propertyName: string;

Expand Down Expand Up @@ -35,7 +36,6 @@ export default class TwiML {
*/
/* jshint ignore:end */
_getXml() {
// @ts-ignore
return this[this._propertyName];
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -52,7 +52,7 @@
"typedoc": "^0.23.21"
},
"scripts": {
"test": "npm run test:javascript",
"test": "npm run test:javascript && npm run test:typescript",
"test:javascript": "jest spec/* --coverage --detectOpenHandles",
"test:typescript": "tsc --noEmit",
"jshint": "jshint lib/rest/** lib/base/** lib/http/**",
Expand Down

0 comments on commit 6dff2f9

Please sign in to comment.