commit | 40793f4a18c4a23d1414654116657323d7ea800c | [log] [tgz] |
---|---|---|
author | Rucha Mahabal <ruchamahabal2@gmail.com> | Tue Jul 13 13:17:19 2021 +0530 |
committer | Rucha Mahabal <ruchamahabal2@gmail.com> | Tue Jul 13 13:17:19 2021 +0530 |
tree | 363a0b99636ae356122f3c48549be067d3d8a376 | |
parent | fc4079587bfc0955a590b1f9419efce17c0c3264 [diff] [blame] |
test: introduce cypress tests Co-authored-by: Ankush <ankush@iwebnotes.com> Co-authored-by: Nabin Hait <nabinhait@gmail.com>
diff --git a/.eslintrc b/.eslintrc index 3b6ab74..ecfaab2 100644 --- a/.eslintrc +++ b/.eslintrc
@@ -147,10 +147,14 @@ "Chart": true, "Cypress": true, "cy": true, + "describe": true, + "expect": true, "it": true, "context": true, "before": true, "beforeEach": true, - "onScan": true + "onScan": true, + "extend_cscript": true, + "localforage": true } }