commit | 74b8c99bc29eb2ffe52ee06bff829cc06ad673c8 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Thu Apr 15 11:30:55 2021 +0530 |
committer | Ankush <ankushmenat@gmail.com> | Thu Jul 01 21:26:18 2021 +0530 |
tree | b1c78aa19f4bd31a4ad539bdc8ba4af944faf63c | |
parent | 81522ec521333a078775865fd31ddf008bbfebed [diff] [blame] |
feat: Introduced cypress tests in erpnext
diff --git a/.eslintrc b/.eslintrc index e40502a..a5fcc1b 100644 --- a/.eslintrc +++ b/.eslintrc
@@ -147,11 +147,14 @@ "Chart": true, "Cypress": true, "cy": true, + "describe": true, + "expect": true, "it": true, "context": true, "before": true, "beforeEach": true, "onScan": true, "extend_cscript": true + "localforage": true, } }