Chatbot / Webllm /jest.config.cjs
Anshuman9600000's picture
Upload 16 files
05214ff verified
raw
history blame contribute delete
74 Bytes
module.exports = {
preset: "ts-jest",
testEnvironment: "node",
};