Skip to content

Commit 6cd0dff

Browse files
authored
Added caution
1 parent 64d357f commit 6cd0dff

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ We will do Unit Testing on React Components and the Redux State within these 2 S
4242
- This is already an Integration Test, but:
4343
- We will cover it shortly below: [Integration Tests between React Component and the Redux State](#chapter3) :-)
4444

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+
4550
## Table of Contents
4651

4752
1. [Getting started](#chapter1)
@@ -719,4 +724,4 @@ Testing General:
719724
720725
### Credits to the authors of above links ! Thank you very much !
721726
722-
### And credits to the reader: Thanks for your visit !
727+
### And credits to the reader: Thanks for your visit !

0 commit comments

Comments
 (0)