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
+6-1
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,11 @@ We will do Unit Testing on React Components and the Redux State within these 2 S
42
42
- This is already an Integration Test, but:
43
43
- We will cover it shortly below: [Integration Tests between React Component and the Redux State](#chapter3) :-)
44
44
45
+
### IMPORTANT CAUTION:
46
+
The npm packages might have discovered vulnerabilities by now.
47
+
So do not use the combination of our npm versions in your production environment, but within a test environment instead that is sandboxed from your production network.
48
+
Unfortunately the author has no time right now to always keep the npm packages at their latest versions and ensure that their combination still play successfully together. The tuturial is supposed to show how it works and should help building working prototypes to make life easier for you.
49
+
45
50
## Table of Contents
46
51
47
52
1.[Getting started](#chapter1)
@@ -719,4 +724,4 @@ Testing General:
719
724
720
725
### Credits to the authors of above links ! Thank you very much !
721
726
722
-
### And credits to the reader: Thanks for your visit !
727
+
### And credits to the reader: Thanks for your visit !
0 commit comments