chore: dummy tests
This commit is contained in:
@@ -5,9 +5,11 @@ import 'helpers.dart';
|
|||||||
|
|
||||||
void main() async {
|
void main() async {
|
||||||
group("test", () {
|
group("test", () {
|
||||||
test("test", () {
|
test("test", () async {
|
||||||
print("Creating test helper");
|
print("Creating test helper");
|
||||||
final testHelper = TestHelper("dummy");
|
final testHelper = TestHelper("dummy");
|
||||||
|
var viewer = await testHelper.createViewer();
|
||||||
|
|
||||||
expect(1, 1);
|
expect(1, 1);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user