Skip to content

Commit 19d1e6d

Browse files
authored
feat(core): Rename project (#3)
1 parent cbc98d3 commit 19d1e6d

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
[![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)
2-
[![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)
3-
[![Known Vulnerabilities](https://snyk.io/test/github/JoseLion/react-native-test-mocks/badge.svg)](https://snyk.io/test/github/JoseLion/react-native-test-mocks)
1+
[![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)
2+
[![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)
3+
[![Known Vulnerabilities](https://snyk.io/test/github/JoseLion/react-native-testing-mocks/badge.svg)](https://snyk.io/test/github/JoseLion/react-native-testing-mocks)
44

5-
# react-native-test-mocks
5+
# react-native-testing-mocks
66

77
React Native mocks for testing. Same as the internal Jest-based mocks, but decoupled of Jest dependency.
88

99
## Something's missing?
1010

11-
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 🙂
11+
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 🙂
1212

1313
## Contributions
1414

1515
Contributions are very welcome! To do so, please fork this repository and open a Pull Request to the `main` branch.
1616

1717
## License
1818

19-
[MIT License](https://github.com/JoseLion/react-native-test-mocks/blob/main/LICENSE)
19+
[MIT License](https://github.com/JoseLion/react-native-testing-mocks/blob/main/LICENSE)

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"name": "react-native-test-mocks",
2+
"name": "react-native-testing-mocks",
33
"version": "0.0.0",
44
"description": "React Native mocks for testing. Same as the internal Jest-based mocks, but decoupled of Jest dependency",
5-
"repository": "git@github.com:JoseLion/react-native-test-mocks.git",
6-
"homepage": "https://github.com/JoseLion/react-native-test-mocks/",
5+
"repository": "git@github.com:JoseLion/react-native-testing-mocks.git",
6+
"homepage": "https://github.com/JoseLion/react-native-testing-mocks/",
77
"author": "Jose Luis Leon <joseluis5000l@gmail.com>",
88
"license": "MIT",
99
"keywords": [

typedoc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"includeVersion": false,
1010
"mergeModulesMergeMode": "project",
1111
"mergeModulesRenameDefaults": true,
12-
"name": "React Native Test Mocks - API Reference",
12+
"name": "React Native Testing Mocks - API Reference",
1313
"out": "docs/build",
1414
"plugin": [
1515
"typedoc-plugin-markdown",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6828,9 +6828,9 @@ __metadata:
68286828
languageName: node
68296829
linkType: hard
68306830

6831-
"react-native-test-mocks@workspace:.":
6831+
"react-native-testing-mocks@workspace:.":
68326832
version: 0.0.0-use.local
6833-
resolution: "react-native-test-mocks@workspace:."
6833+
resolution: "react-native-testing-mocks@workspace:."
68346834
dependencies:
68356835
"@assertive-ts/core": "npm:^2.0.0"
68366836
"@babel/core": "npm:^7.23.9"

0 commit comments

Comments
 (0)