Skip to content

Commit

Permalink
feat(core): Rename project (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseLion committed Jan 27, 2024
1 parent cbc98d3 commit 19d1e6d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions README.md
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)
6 changes: 3 additions & 3 deletions package.json
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": "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 <joseluis5000l@gmail.com>",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 19d1e6d

Please sign in to comment.