Skip to content

palindromes: Restructure and rename tests for clarity #10

palindromes: Restructure and rename tests for clarity

palindromes: Restructure and rename tests for clarity #10

Workflow file for this run

name: Tests
on:
pull_request:
paths:
- '**/solution/*.js'
jobs:
tests:
name: Run solution tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm install
- run: npm run test -- solution