router.ts tests

This commit is contained in:
realaravinth
2021-05-06 10:53:05 +05:30
parent dc982c31c6
commit 9ee4cb13f6
7 changed files with 2662 additions and 62 deletions

View File

@@ -47,11 +47,16 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: '12.x'
node-version: '14.x'
- run: yarn install
- name: Install JavaScript Dependencies
run: yarn install
- run: yarn build
- name: Build Frontend
run: yarn build
- name: Run the tests
run: yarn test -- --coverage
- name: Install ${{ matrix.version }}
uses: actions-rs/toolchain@v1