From 55ba76928fb46b2b2c9a1134b69bbd75d23e1bce Mon Sep 17 00:00:00 2001 From: igor <igor.markin@vereign.com> Date: Wed, 2 Dec 2020 19:02:57 +0300 Subject: [PATCH] Update readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 2b0f35d..9b9464f 100644 --- a/README.md +++ b/README.md @@ -15,3 +15,8 @@ If you are going to create a new test case, please follow the structure inside t _Important note: MIME normaliser does not cover all provided test cases. Some of them explicitly ignored to indicate which tests has to be fixed. Please refer to `failingCases` arrays inside the test files._ + +Tests are using both JSDOM and custom Vereign [DOM parser](https://code.vereign.com/code/js-toolbox/gsdom). +Vereign DOM parser has been developed to support MIME normalisation in Google Add-on and is a must for testing. + +Whenever you develop a new normalisation logic, ensure that Vereign DOM parser support functions you apply. -- GitLab