Skip to content

Add documentation comments to clarify getPhrasesForLang test behavior #2

Add documentation comments to clarify getPhrasesForLang test behavior

Add documentation comments to clarify getPhrasesForLang test behavior #2

Workflow file for this run

name: Tests
on: push
jobs:
default:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@master
with:
node-version: 'lts/*'
cache: 'npm'
- run: npm ci
- run: npm test