Skip to content

Removed the type module line in package.json #40

Removed the type module line in package.json

Removed the type module line in package.json #40

Workflow file for this run

name: Test Suite
on:
push:
branches: [ "main","dev","Chai-Testing" ]
pull_request:
branches: [ "main","dev" ]
jobs:
Test-Player:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
- name: Install dependencies
run: npm install
- name: Install Chai Library
run : npm install --global chai
- name: Install Mocha Test Framework
run: npm install chai
- name: Run Mocha & Chai Tests
run: npm run mocha:player