Skip to content

Adds flattening operators concatMap mergeMap #4

Adds flattening operators concatMap mergeMap

Adds flattening operators concatMap mergeMap #4

Workflow file for this run

name: Run Tests
on:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: "21.6.2"
- name: Install dependencies
run: npm install
- name: Run Karma tests
run: npx ng test --no-watch --no-progress --browsers=ChromeHeadless