Fix comment

This commit is contained in:
Dimasik Kolezhniuk
2024-03-28 18:51:45 +01:00
parent e16698d636
commit 46655b6553
3 changed files with 4 additions and 3 deletions

View File

@@ -35,7 +35,7 @@ jobs:
run: npm ci
- name: Run Prettier
run: npm run format
run: npm run format:check
- name: Run ESLint
run: npm run lint

View File

@@ -31,7 +31,8 @@
"test": "jest",
"test:watch": "jest --watch",
"lint": "eslint --fix --ext .ts src/** tests/**",
"format": "prettier --config .prettierrc './**/*.ts' --write"
"format": "prettier --config .prettierrc './**/*.ts' --write",
"format:check": "prettier --config .prettierrc './**/*.ts' --check"
},
"release": {
"branches": [

View File

@@ -135,7 +135,7 @@ describe('DID tests', () => {
wantDID: 'did:polygonid:zkevm:test:2wcMpvr8NgWTfqN6ChaFEx1qRnLREXhjeoJ45pFyw5'
},
{
title: 'Polygon | zkEVM chain, test',
title: 'Polygon chain, Amoy',
method: DidMethod.PolygonId,
chain: Blockchain.Polygon,
net: NetworkId.Amoy,