2
0
mirror of https://github.com/tenrok/BBob.git synced 2026-05-21 13:24:05 +03:00

fix: jest issues after deps update

This commit is contained in:
Nikolay Kostyurin
2021-10-11 02:54:46 +02:00
parent 6d604f1b66
commit e9ff28a76a
+4
View File
@@ -1,3 +1,7 @@
/**
* @jest-environment jsdom
*/
import preset from '@bbob/preset-vue';
import { render, fireEvent } from '@testing-library/vue'
import Component from '../src/Component'