mirror of
https://github.com/tenrok/BBob.git
synced 2026-06-20 20:00:33 +03:00
chore: pnpm support (#199)
* feat: initial pnpm support * feat: lock files * fix: github actions * fix: lerna bootstrap * fix: lerna useWorkspaces * fix: lerna no ci * fix: lint * fix: audit * chore: changeset * fix: publish action
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
*/
|
||||
|
||||
import preset from '@bbob/preset-vue';
|
||||
import { render, fireEvent } from '@testing-library/vue'
|
||||
import { render } from '@testing-library/vue'
|
||||
import Component from '../src/Component'
|
||||
|
||||
const renderBBCode = (input, options) => {
|
||||
|
||||
Reference in New Issue
Block a user