diff options
Diffstat (limited to '')
| -rw-r--r-- | tests/eval.spec.ts | 1 |
1 files changed, 1 insertions, 0 deletions
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 () => { |
