mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-06-23 21:01:06 +00:00
chore: remove mobile/ from monorepo, suspend CI mobile job
* chore: update exchange submodule to pex.network release + add shared images Exchange submodule advanced to include: - sweeper.js: TRC-20 JWT Bearer auth, DOT transferAll, PEZ-AH pre-fund - docker-compose.yml: pex.network defaults for VITE_API_BASE_URL and SMTP_FROM - .github/workflows/build-deploy.yml: pex.network build arg for web service Shared images added: keziyakurd, kiwi_perwerde, kurdistan_assembly, pezkuwi, satoshi_qazi_muh * chore: remove mobile/ from monorepo, suspend CI mobile job Mobile app moved to /home/mamostehp/pwap-mobile (local, suspended). Will be re-integrated when mobile development resumes. - Removed mobile/ directory entirely - Removed Mobile App job from quality-gate.yml so CI no longer blocks
This commit is contained in:
@@ -1,21 +0,0 @@
|
||||
// Mock for shared/lib/scores.ts
|
||||
module.exports = {
|
||||
getTrustScore: jest.fn(() => Promise.resolve(0)),
|
||||
getTrustScoreDetails: jest.fn(() => Promise.resolve(null)),
|
||||
getReferralScore: jest.fn(() => Promise.resolve(0)),
|
||||
getReferralCount: jest.fn(() => Promise.resolve(0)),
|
||||
getStakingScoreFromPallet: jest.fn(() => Promise.resolve(0)),
|
||||
getTikiScore: jest.fn(() => Promise.resolve(0)),
|
||||
getAllScores: jest.fn(() =>
|
||||
Promise.resolve({
|
||||
trustScore: 0,
|
||||
referralScore: 0,
|
||||
stakingScore: 0,
|
||||
tikiScore: 0,
|
||||
totalScore: 0,
|
||||
})
|
||||
),
|
||||
getScoreColor: jest.fn(() => '#22C55E'),
|
||||
getScoreRating: jest.fn(() => 'Good'),
|
||||
formatScore: jest.fn((score) => String(score)),
|
||||
};
|
||||
Reference in New Issue
Block a user