react-native-onyx 1.0.121 → 1.0.122
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/package.json +1 -2
package/README.md
CHANGED
|
@@ -410,5 +410,6 @@ To continuously work on Onyx we have to set up a task that copies content to par
|
|
|
410
410
|
|
|
411
411
|
There are Playwright e2e tests implemented for the web. To run them:
|
|
412
412
|
|
|
413
|
+
- in the tests/e2e/app directory, run `npm install`
|
|
413
414
|
- `npm run e2e` to run the e2e tests
|
|
414
415
|
- or `npm run e2e-ui` to run the e2e tests in UI mode
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-onyx",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.122",
|
|
4
4
|
"author": "Expensify, Inc.",
|
|
5
5
|
"homepage": "https://expensify.com",
|
|
6
6
|
"description": "State management for React Native",
|
|
@@ -40,7 +40,6 @@
|
|
|
40
40
|
"build:docs": "node buildDocs.js",
|
|
41
41
|
"e2e": "playwright test",
|
|
42
42
|
"e2e-ui": "playwright test --ui",
|
|
43
|
-
"postinstall": "cd tests/e2e/app && npm install",
|
|
44
43
|
"prettier": "prettier --write ."
|
|
45
44
|
},
|
|
46
45
|
"dependencies": {
|