Skip to content
This repository was archived by the owner on Aug 18, 2023. It is now read-only.

Commit bb8715a

Browse files
committed
remove unused
1 parent fcdce32 commit bb8715a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/blocks.test.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import { mount } from '@vue/test-utils';
2-
import { install } from 'vue-demi';
32
import { SanityBlocks } from '../src';
43

54
const content = [
@@ -399,10 +398,6 @@ const content = [
399398
},
400399
];
401400

402-
beforeEach(() => {
403-
install();
404-
});
405-
406401
test('matches html', () => {
407402
const wrapper = mount(SanityBlocks, {
408403
props: {

0 commit comments

Comments
 (0)