mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-07-07 09:05:25 +02:00
11 lines
153 B
QML
11 lines
153 B
QML
![]() |
import QtQuick 2.14
|
||
|
import QtTest 1.2
|
||
|
|
||
|
TestCase {
|
||
|
name: "DummyTests"
|
||
|
|
||
|
function test_dummy() {
|
||
|
verify(true, "dummy test failed!")
|
||
|
}
|
||
|
}
|