ccf10610c8
feat(webapp): feed view mode ( #9285 )
2026-02-21 18:48:41 +00:00
6b6e77c2a5
fix(webapp): optimize masonry grid rendering and add SSR compatibility ( #9284 )
2026-02-21 12:39:12 +00:00
c269e971f2
refactor(webapp): ds-grid ( #9248 )
2026-02-19 23:57:58 +00:00
roschaefer
8c29ad947b
Update vue-test-utils and follow updated docs
...
https://vue-test-utils.vuejs.org/guides/#writing-asynchronous-tests-using-nexttick-new
2020-01-11 00:37:22 +01:00
Alina Beck
b1955e64f4
improve tests, following @roschaefer suggestions
2019-12-04 16:57:42 +03:00
Alina Beck
77f4810ddc
set up global localVue
...
by setting up localVue with all required plugins (such as styleguide and vuex)
in a separate testSetup file we can avoid doing this individually in all component tests
the testSetup is executed before each test suite, so each test file gets a fresh
instance of localVue
2019-11-20 12:31:40 +03:00
Matt Rider
d1008cd0c7
Fix vue warnings
...
- localVue.use(Styleguide) to register components
- find masonryGrid and emit event
- Co-authored-by: Alina Beck <alina.beck@mail.com>
- Co-authored-by: Joseph Ngugi <jngugi88@gmail.com>
2019-08-21 13:17:32 +02:00
Alina Beck
5abf6003cc
add tests for masonry grid
2019-08-19 13:15:13 +01:00