-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
[![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 | ||
|
||
Contributions are very welcome! To do so, please fork this repository and open a Pull Request to the `main` branch. | ||
|
||
## 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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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": "[email protected]:JoseLion/react-native-test-mocks.git", | ||
"homepage": "https://github.com/JoseLion/react-native-test-mocks/", | ||
"repository": "[email protected]:JoseLion/react-native-testing-mocks.git", | ||
"homepage": "https://github.com/JoseLion/react-native-testing-mocks/", | ||
"author": "Jose Luis Leon <[email protected]>", | ||
"license": "MIT", | ||
"keywords": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters