From 695365fa359fb98f14d06c205159739077f67fed Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Fri, 11 Aug 2023 20:42:02 +0530 Subject: feat: complets form submit example --- tests/eval.spec.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/eval.spec.ts') diff --git a/tests/eval.spec.ts b/tests/eval.spec.ts index 8b7424f..49ef4c4 100644 --- a/tests/eval.spec.ts +++ b/tests/eval.spec.ts @@ -10,6 +10,7 @@ describe('eval', () => { loadCssx: jest.fn(), getVariable: jest.fn(), updateVariable: jest.fn(), + setAttribute: jest.fn(), } it('should add classes', async () => { -- cgit v1.3.1