dom manipulations uses elements

This commit is contained in:
realaravinth
2021-05-09 16:39:52 +05:30
parent cd729effb9
commit 686774a182
30 changed files with 262 additions and 128 deletions

View File

@@ -1,4 +1,4 @@
name: CI (Linux)
name: Coverage
on:
pull_request:
@@ -52,6 +52,9 @@ jobs:
- name: Install JavaScript Dependencies
run: yarn install
- name: Build frontend
run: yarn build
- name: Run the tests
run: yarn test