feat: add embedchain javascript package (#576)
This commit is contained in:
5
embedchain-js/jest.config.js
Normal file
5
embedchain-js/jest.config.js
Normal file
@@ -0,0 +1,5 @@
|
||||
module.exports = {
|
||||
preset: 'ts-jest',
|
||||
testEnvironment: 'node',
|
||||
testPathIgnorePatterns: ['.d.ts'],
|
||||
};
|
||||
Reference in New Issue
Block a user