Skip to content

Commit

Permalink
#5377 initial setup
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiu committed Apr 2, 2024
1 parent 154b543 commit 5ad43a7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions test/components/files/component/Base.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
StartTest(t => {
t.it('Checking colliding vdom updates', async t => {
Neo.worker.App.createNeoInstance({
ntype : 'container',
height: 250,
style : {backgroundColor: 'red'},
width : 300
});


await t.waitForSelector('.neo-container');
t.diag('Container got rendered.')
});
});
1 change: 1 addition & 0 deletions test/components/siesta.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ project.plan({
}, {
group: 'component',
items: [
'files/component/Base.mjs',
'files/component/DateSelector.mjs'
]
}, {
Expand Down

0 comments on commit 5ad43a7

Please sign in to comment.