posthog-js 1.78.4 → 1.78.5
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 -1
- package/dist/array.full.js +2 -2
- package/dist/array.full.js.map +1 -1
- package/dist/array.js +2 -2
- package/dist/array.js.map +1 -1
- package/dist/es.js +2 -2
- package/dist/es.js.map +1 -1
- package/dist/module.js +2 -2
- package/dist/module.js.map +1 -1
- package/lib/package.json +1 -1
- package/lib/src/decide.js +2 -1
- package/lib/src/decide.js.map +1 -1
- package/lib/src/posthog-core.js +3 -0
- package/lib/src/posthog-core.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -9,7 +9,7 @@ This README is intended for developing the library itself.
|
|
|
9
9
|
## Testing
|
|
10
10
|
|
|
11
11
|
Unit tests: run `yarn test`.
|
|
12
|
-
Cypress: run `yarn
|
|
12
|
+
Cypress: run `yarn start` to have a test server running and separately `yarn cypress` to launch Cypress test engine.
|
|
13
13
|
|
|
14
14
|
### Running TestCafe E2E tests with BrowserStack
|
|
15
15
|
|