You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,10 @@ Just run `npm run watch` and every file will be validated and compiled on save.
28
28
29
29
The most important file of the repository is [`/src/default.js`](src/default.js)
30
30
31
+
## Unit tests
32
+
33
+
Run `npm run test:unit` to execute a small set of tests without BrowserStack.
34
+
31
35
## Device testing is sponsored by BrowserStack
32
36
33
37
We run our public script with more than [50 browsers on many different (real) devices](https://github.com/simpleanalytics/scripts/blob/main/test/helpers/get-browsers.js). We support Internet Explorer 9 (not sure who is still using that) and up. Including many mobile browsers and less common devices. We get amazing sponsorship from [BrowserStack](https://www.browserstack.com/). Thanks, BrowserStack!
0 commit comments