Skip to content

Make type error when a null value with eq operator from the not filter. #557

Make type error when a null value with eq operator from the not filter.

Make type error when a null value with eq operator from the not filter. #557

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- master
- next
- rc
workflow_dispatch:
jobs:
test:
name: Test
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
- run: |
npm clean-install
npm run test