mirror of
https://github.com/Ratstail91/sineQL.git
synced 2025-11-29 10:44:28 +11:00
Replaced tests with jest
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user