Skip to content

Commit 7927e5b

Browse files
committed
feat(ts): update mock
1 parent d5d82c5 commit 7927e5b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

jest/mock.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ if (!NativeModules.RNLlama) {
1010
}),
1111
),
1212

13+
// TODO: Use jinja parser
14+
getFormattedChat: jest.fn(() => ''),
15+
1316
completion: jest.fn(async (contextId, jobId) => {
1417
const testResult = {
1518
text: '*giggles*',

0 commit comments

Comments
 (0)