Skip to content

Commit 7d15f06

Browse files
committed
tests: fix
1 parent d00c11c commit 7d15f06

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/workflows/verify.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,9 @@ jobs:
128128
- name: Install Playwright
129129
run: pnpx [email protected] install --with-deps
130130

131+
- name: Build
132+
run: pnpm build
133+
131134
- name: Run tests
132135
uses: nick-fields/retry@v3
133136
with:

packages/connectors/src/exports/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ test('exports', () => {
77
[
88
"injected",
99
"mock",
10+
"porto",
1011
"baseAccount",
1112
"coinbaseWallet",
1213
"gemini",
1314
"metaMask",
14-
"porto",
1515
"safe",
1616
"version",
1717
"walletConnect",

packages/vue/src/exports/connectors.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ test('exports', () => {
77
[
88
"injected",
99
"mock",
10+
"porto",
1011
"baseAccount",
1112
"coinbaseWallet",
1213
"gemini",
1314
"metaMask",
14-
"porto",
1515
"safe",
1616
"version",
1717
"walletConnect",

0 commit comments

Comments
 (0)