Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Strip leading slashes for Livewire events #163

Strip leading slashes for Livewire events

Strip leading slashes for Livewire events #163

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 18.x
- name: Install dependencies
run: npm install
- name: Run tests
run: npm test