]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
test: unused import
authorEduardo San Martin Morote <posva13@gmail.com>
Thu, 28 Nov 2024 15:20:16 +0000 (16:20 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Thu, 28 Nov 2024 15:20:16 +0000 (16:20 +0100)
packages/pinia/test-dts/mapHelpers.test-d.ts

index 3e7f179b47251a0b2c0199d566cc9f1dc7aad674..b9221246cea6268862d7b75eeefc17076d54997a 100644 (file)
@@ -5,7 +5,6 @@ import {
   mapActions,
   mapState,
   mapWritableState,
-  TypeEqual,
 } from './'
 import { describe, it, expectTypeOf } from 'vitest'