Skip to content

fix: local and exported will never be the same object (rollup/rollup@3ba1511) #32

fix: local and exported will never be the same object (rollup/rollup@3ba1511)

fix: local and exported will never be the same object (rollup/rollup@3ba1511) #32

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18'
- run: npm ci
- run: npm test
- uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true
verbose: true