fix: promise compatible with HandleForm

This commit is contained in:
divlo
2020-10-14 10:15:08 +02:00
parent 754c06ac66
commit e1026429e9
5 changed files with 135 additions and 105 deletions

View File

@ -21,6 +21,4 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run test:build
- run: npm run test:lint
- run: npm run test:unit
- run: npm run test