aboutsummaryrefslogtreecommitdiff
path: root/tests/eval.spec.ts
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2023-08-11 20:42:02 +0530
committerAkshay Nair <phenax5@gmail.com>2023-08-11 20:42:02 +0530
commit695365fa359fb98f14d06c205159739077f67fed (patch)
tree6b99fa9a2f18c30ab784f6f9890a409337c9dbf0 /tests/eval.spec.ts
parente7d02fc16d4b814c44752a49bca5e7854fed719f (diff)
downloadcss-everything-695365fa359fb98f14d06c205159739077f67fed.tar.gz
css-everything-695365fa359fb98f14d06c205159739077f67fed.zip
feat: complets form submit example
Diffstat (limited to '')
-rw-r--r--tests/eval.spec.ts1
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 () => {