Skip to content

fix: replace Object.assign shallow copy with explicit construction #113

fix: replace Object.assign shallow copy with explicit construction

fix: replace Object.assign shallow copy with explicit construction #113

Workflow file for this run

name: Optimistron actions
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
- run: bun install
- run: bun test