Skip to content

fix: createRenderRoot lit method denylist #497

fix: createRenderRoot lit method denylist

fix: createRenderRoot lit method denylist #497

Workflow file for this run

name: Tests
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2-beta
with:
node-version: 16
registry-url: https://registry.npmjs.org
- name: Install Packages
run: yarn --frozen-lockfile
- name: Run Tests
run: yarn test