diff options
| author | Akshay Nair <phenax5@gmail.com> | 2023-08-11 20:42:02 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2023-08-11 20:42:02 +0530 |
| commit | 695365fa359fb98f14d06c205159739077f67fed (patch) | |
| tree | 6b99fa9a2f18c30ab784f6f9890a409337c9dbf0 /tests/eval.spec.ts | |
| parent | e7d02fc16d4b814c44752a49bca5e7854fed719f (diff) | |
| download | css-everything-695365fa359fb98f14d06c205159739077f67fed.tar.gz css-everything-695365fa359fb98f14d06c205159739077f67fed.zip | |
feat: complets form submit example
Diffstat (limited to 'tests/eval.spec.ts')
| -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 () => { |
