mirror of
https://github.com/iden3/js-iden3-core.git
synced 2026-01-10 06:18:02 -05:00
Fix comment
This commit is contained in:
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@@ -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
|
||||
|
||||
@@ -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": [
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user