Skip to content

💄 Add an id to the inner iframe element used for E2E tests. #35

💄 Add an id to the inner iframe element used for E2E tests.

💄 Add an id to the inner iframe element used for E2E tests. #35

Workflow file for this run

name: Test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: 16.x
- name: Install dependencies
uses: bahmutov/npm-install@v1
- name: Run lint
run: |
yarn lint
- name: Run tests
run: |
yarn test --passWithNoTests