Add a few tests
This commit is contained in:
parent
5178cb6381
commit
d9c2c5b2a1
7 changed files with 3462 additions and 3 deletions
6
.github/workflows/check.yml
vendored
6
.github/workflows/check.yml
vendored
|
|
@ -50,3 +50,9 @@ jobs:
|
|||
cd plugin
|
||||
npm install
|
||||
npm run lint
|
||||
|
||||
- name: Test frontend
|
||||
run: |
|
||||
cd plugin
|
||||
npm install
|
||||
npm run test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue