diff --git a/jest/mock.js b/jest/mock.js index 8d9ae9b..4891485 100644 --- a/jest/mock.js +++ b/jest/mock.js @@ -10,6 +10,9 @@ if (!NativeModules.RNLlama) { }), ), + // TODO: Use jinja parser + getFormattedChat: jest.fn(() => ''), + completion: jest.fn(async (contextId, jobId) => { const testResult = { text: '*giggles*',