Skip to content

Commit

Permalink
address feedback - clean up code
Browse files Browse the repository at this point in the history
  • Loading branch information
koji committed Dec 20, 2024
1 parent 7c1ea76 commit b6cc391
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
"typescript": "5.3.3",
"url-loader": "^2.1.0",
"vite": "5.3.2",
"vitest": "^2.1.8",
"vitest": "2.1.8",
"vitest-when": "0.5.0",
"wait-on": "^4.0.2",
"webpack": "^4.41.6",
Expand Down
3 changes: 0 additions & 3 deletions protocol-designer/src/__tests__/persist.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ import type { MockInstance } from 'vitest'
import * as persist from '../persist'

describe('persist', () => {
// let getItemSpy: MockInstance<unknown[], unknown>
// let setItemSpy: MockInstance<unknown[], unknown>

let getItemSpy: MockInstance<(key: string) => string | null>
let setItemSpy: MockInstance<(key: string, value: string) => void>

Expand Down

0 comments on commit b6cc391

Please sign in to comment.