diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ebbb2db6..edbe7285 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -32,7 +32,6 @@ Update API documentation Add support for IndexedDB storage Change API parameter order Simplify vector comparison logic -Add tests for metadata filtering Update build dependencies ``` @@ -40,16 +39,14 @@ Update build dependencies 1. Ensure your code follows the project's coding standards 2. Update the documentation if necessary -3. Make sure all tests pass -4. Use conventional commit messages in your PR -5. Your PR will be reviewed by maintainers and merged if approved +3. Use conventional commit messages in your PR +4. Your PR will be reviewed by maintainers and merged if approved ## Development Setup 1. Fork and clone the repository 2. Install dependencies: `npm install` 3. Build the project: `npm run build` -4. Run tests: `npm test` ## Code Style diff --git a/README.md b/README.md index 9490169e..4d277c31 100644 --- a/README.md +++ b/README.md @@ -1267,8 +1267,7 @@ Brainy follows a specific code style to maintain consistency throughout the code 1. Fork the repository 2. Create a feature branch 3. Make your changes -4. Run tests with `npm test` -5. Submit a pull request +4. Submit a pull request ## License diff --git a/package.json b/package.json index d70dd9d5..a91c8b0b 100644 --- a/package.json +++ b/package.json @@ -85,17 +85,14 @@ "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-replace": "^5.0.5", "@rollup/plugin-typescript": "^11.1.6", - "@types/jest": "^29.5.3", "@types/node": "^20.4.5", "@types/omelette": "^0.4.5", "@types/uuid": "^10.0.0", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "eslint": "^8.45.0", - "jest": "^29.6.2", "rollup": "^4.12.0", "rollup-plugin-terser": "^7.0.2", - "ts-jest": "^29.1.1", "tslib": "^2.8.1", "typescript": "^5.1.6" },