chore: cleanup tests

This commit is contained in:
Nick Fisher
2024-10-25 12:24:53 +08:00
parent ec4fd5fd44
commit d9849717de
8 changed files with 15 additions and 11 deletions

View File

@@ -1,3 +1,5 @@
// ignore_for_file: unused_local_variable
import 'package:thermion_dart/thermion_dart.dart';
import 'package:test/test.dart';
import 'package:vector_math/vector_math_64.dart';
@@ -62,6 +64,7 @@ void main() async {
test('getCameraCullingProjectionMatrix', () async {
throw Exception("TODO");
// ignore: dead_code
var viewer = await testHelper.createViewer();
var matrix = await viewer.getCameraCullingProjectionMatrix();
print(matrix);