Skip to content

Commit

Permalink
use all testcases
Browse files Browse the repository at this point in the history
  • Loading branch information
mouseless0x committed Sep 24, 2024
1 parent bce2cf0 commit cd0b5d8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion test/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"scripts": {
"test": "vitest dev -c ./vitest.config.ts pimlico_sendInstantUserOperation.test.ts",
"test": "vitest dev -c ./vitest.config.ts",
"test:ci": "CI=true && vitest -c ./vitest.config.ts"
},
"dependencies": {
Expand Down
12 changes: 6 additions & 6 deletions test/e2e/tests/pimlico_sendInstantUserOperation.test.ts
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
import { describe, test, beforeEach, expect } from "vitest"
import { beforeEachCleanUp, getSmartAccountClient } from "../src/utils"
import {
entryPoint06Address,
entryPoint07Address,
UserOperationExpiredError,
type EntryPointVersion,
type UserOperation,
UserOperationReceipt
type UserOperationReceipt
} from "viem/account-abstraction"
import { createClient, http, parseEther } from "viem"
import { deepHexlify } from "permissionless"
import { ALTO_RPC } from "../src/constants"

describe.each([
//{
// entryPoint: entryPoint06Address,
// entryPointVersion: "0.6" as EntryPointVersion
//},
{
entryPoint: entryPoint06Address,
entryPointVersion: "0.6" as EntryPointVersion
},
{
entryPoint: entryPoint07Address,
entryPointVersion: "0.7" as EntryPointVersion
Expand Down

0 comments on commit cd0b5d8

Please sign in to comment.