diff --git a/README.md b/README.md index df91638..9dac269 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ -[![CI](https://github.com/JoseLion/react-native-test-mocks/actions/workflows/ci.yml/badge.svg)](https://github.com/JoseLion/react-native-test-mocks/actions/workflows/ci.yml) -[![CodeQL](https://github.com/JoseLion/react-native-test-mocks/actions/workflows/codeql.yml/badge.svg)](https://github.com/JoseLion/react-native-test-mocks/actions/workflows/codeql.yml) -[![Known Vulnerabilities](https://snyk.io/test/github/JoseLion/react-native-test-mocks/badge.svg)](https://snyk.io/test/github/JoseLion/react-native-test-mocks) +[![CI](https://github.com/JoseLion/react-native-testing-mocks/actions/workflows/ci.yml/badge.svg)](https://github.com/JoseLion/react-native-testing-mocks/actions/workflows/ci.yml) +[![CodeQL](https://github.com/JoseLion/react-native-testing-mocks/actions/workflows/codeql.yml/badge.svg)](https://github.com/JoseLion/react-native-testing-mocks/actions/workflows/codeql.yml) +[![Known Vulnerabilities](https://snyk.io/test/github/JoseLion/react-native-testing-mocks/badge.svg)](https://snyk.io/test/github/JoseLion/react-native-testing-mocks) -# react-native-test-mocks +# react-native-testing-mocks React Native mocks for testing. Same as the internal Jest-based mocks, but decoupled of Jest dependency. ## Something's missing? -Suggestions are always welcome! Please create an [issue](https://github.com/JoseLion/react-native-test-mocks/issues/new) describing the request, feature, or bug. We'll try to look into it as soon as possible 🙂 +Suggestions are always welcome! Please create an [issue](https://github.com/JoseLion/react-native-testing-mocks/issues/new) describing the request, feature, or bug. We'll try to look into it as soon as possible 🙂 ## Contributions @@ -16,4 +16,4 @@ Contributions are very welcome! To do so, please fork this repository and open a ## License -[MIT License](https://github.com/JoseLion/react-native-test-mocks/blob/main/LICENSE) +[MIT License](https://github.com/JoseLion/react-native-testing-mocks/blob/main/LICENSE) diff --git a/package.json b/package.json index 9a4e2a2..dc0ad82 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { - "name": "react-native-test-mocks", + "name": "react-native-testing-mocks", "version": "0.0.0", "description": "React Native mocks for testing. Same as the internal Jest-based mocks, but decoupled of Jest dependency", - "repository": "git@github.com:JoseLion/react-native-test-mocks.git", - "homepage": "https://github.com/JoseLion/react-native-test-mocks/", + "repository": "git@github.com:JoseLion/react-native-testing-mocks.git", + "homepage": "https://github.com/JoseLion/react-native-testing-mocks/", "author": "Jose Luis Leon ", "license": "MIT", "keywords": [ diff --git a/typedoc.json b/typedoc.json index f5e31a4..97989d3 100644 --- a/typedoc.json +++ b/typedoc.json @@ -9,7 +9,7 @@ "includeVersion": false, "mergeModulesMergeMode": "project", "mergeModulesRenameDefaults": true, - "name": "React Native Test Mocks - API Reference", + "name": "React Native Testing Mocks - API Reference", "out": "docs/build", "plugin": [ "typedoc-plugin-markdown", diff --git a/yarn.lock b/yarn.lock index ff247de..e09a39c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6828,9 +6828,9 @@ __metadata: languageName: node linkType: hard -"react-native-test-mocks@workspace:.": +"react-native-testing-mocks@workspace:.": version: 0.0.0-use.local - resolution: "react-native-test-mocks@workspace:." + resolution: "react-native-testing-mocks@workspace:." dependencies: "@assertive-ts/core": "npm:^2.0.0" "@babel/core": "npm:^7.23.9"