aboutsummaryrefslogtreecommitdiff
path: root/tests/todo-app.spec.ts
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2023-08-13 17:05:06 +0530
committerAkshay Nair <phenax5@gmail.com>2023-08-13 17:05:06 +0530
commite4d70a54e97551f974a04379817e8baf152fa8d3 (patch)
tree2b2ce59a654e7e50f2ba945ccfe6e494e07e8449 /tests/todo-app.spec.ts
parentc327a1dfc40b834b31c3488020859223f3583b4c (diff)
downloadcss-everything-e4d70a54e97551f974a04379817e8baf152fa8d3.tar.gz
css-everything-e4d70a54e97551f974a04379817e8baf152fa8d3.zip
feat: adds applying css properties for instances + adds --cssx-text eval + fixes issues
Diffstat (limited to 'tests/todo-app.spec.ts')
-rw-r--r--tests/todo-app.spec.ts7
1 files changed, 2 insertions, 5 deletions
diff --git a/tests/todo-app.spec.ts b/tests/todo-app.spec.ts
index 1e0cd72..2bdcdee 100644
--- a/tests/todo-app.spec.ts
+++ b/tests/todo-app.spec.ts
@@ -23,11 +23,8 @@ describe('todo-app example', () => {
await delay(100)
- console.log(prettyDOM(document.body))
- console.log()
- console.log()
- console.log()
- console.log()
+ console.log(prettyDOM(document.getElementById('task-list')!))
+ console.log('-------------------')
})
})
})