Skip to content

Fix: Removed the modal for updating profile picture and added logic in the same update profile page #1901

Fix: Removed the modal for updating profile picture and added logic in the same update profile page

Fix: Removed the modal for updating profile picture and added logic in the same update profile page #1901

Workflow file for this run

name: Unit Tests
on:
push:
branches:
- main
- testnet
pull_request:
branches: [master, testnet]
jobs:
Jest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Run Tests
run: |
npm install --legacy-peer-deps
npm test