diff --git a/src/Spec.ts b/src/Spec.ts index 829010fc..8ce7e71c 100644 --- a/src/Spec.ts +++ b/src/Spec.ts @@ -703,18 +703,7 @@ export default class Spec { const biblioEntry = this.biblio.byAoid(calleeName); if (biblioEntry == null) { - if ( - ![ - 'thisTimeValue', - 'thisStringValue', - 'thisBigIntValue', - 'thisNumberValue', - 'thisSymbolValue', - 'thisBooleanValue', - 'toUppercase', - 'toLowercase', - ].includes(calleeName) - ) { + if (!['toUppercase', 'toLowercase'].includes(calleeName)) { // TODO make the spec not do this warn(`could not find definition for ${calleeName}`); }