Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sidmorizon committed Dec 23, 2024
1 parent cb11a26 commit c583e3d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@types/jest": "^27.0.2",
"@types/lodash": "^4.14.178",
"@types/lodash-es": "^4.17.12",
"@types/node": "^16.9.0",
"@types/node": "^20.12.7",
"@types/react": "^17.0.21",
"@types/react-native": "^0.67.6",
"@typescript-eslint/eslint-plugin": "^5.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e/tests/bing.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ test('Bing search test', async ({ page }) => {
await expect(secondResult).toBeVisible();

// 设置浏览器在测试完成后保持打开状态
await page.pause();
// await page.pause();
});
2 changes: 1 addition & 1 deletion packages/e2e/tests/dapp.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ test('dapp-test', async ({ page }) => {
await page.screenshot({ path: 'test-results/screenshots/dapp-test.png' });

// 设置浏览器在测试完成后保持打开状态
await page.pause();
// await page.pause();
});


Expand Down
2 changes: 1 addition & 1 deletion packages/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
"devDependencies": {
"@types/bs58": "^4.0.1",
"@types/lodash-es": "^4.17.12",
"@types/node": "17.0.18",
"@types/node": "^20.12.7",
"@types/react": "18.2.37",
"@types/react-native": "^0.73.0",
"@types/uuid": "^8.3.4",
Expand Down

0 comments on commit c583e3d

Please sign in to comment.