Replaced tests with jest

This commit is contained in:
2022-02-20 20:10:08 +00:00
parent f2994fc52e
commit ca11cc8963
23 changed files with 7595 additions and 1019 deletions

View File

@@ -40,7 +40,7 @@ const sineQL = (schema, { queryHandlers, createHandlers }, options = {}) => {
case 'update':
case 'delete':
return [501, 'Keyword not implemented: ' + tokens[0]];
return [501, 'Keyword not yet implemented: ' + tokens[0]];
//TODO: implement these keywords
break;