unit tests for PostStatusForm
This commit is contained in:
parent
ee2b40d636
commit
75768715ac
7 changed files with 293 additions and 74 deletions
2
test/fixtures/setup_test.js
vendored
2
test/fixtures/setup_test.js
vendored
|
|
@ -26,6 +26,7 @@ const getDefaultOpts = ({
|
|||
global: {
|
||||
plugins: [
|
||||
applyAfterStore(makeMockStore(), afterStore),
|
||||
createTestingPinia(),
|
||||
VueVirtualScroller,
|
||||
createRouter({
|
||||
history: createMemoryHistory(),
|
||||
|
|
@ -41,7 +42,6 @@ const getDefaultOpts = ({
|
|||
(Vue) => {
|
||||
Vue.directive('body-scroll-lock', {})
|
||||
},
|
||||
createTestingPinia(),
|
||||
],
|
||||
components: {
|
||||
RichContent,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue