Skip to content

fix bug in with property vs accessor api for TreeItem in https://gith… #180

fix bug in with property vs accessor api for TreeItem in https://gith…

fix bug in with property vs accessor api for TreeItem in https://gith… #180

Workflow file for this run

name: CI
on: [push, pull_request, workflow_dispatch]
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- name: Install
run: npm install --dev
- name: Compile
run: npm run compile
- name: Run jest tests
run: npm run test