All checks were successful
CI / Windows build (push) Successful in 14m22s
Make Surface remote debugging and classroom workflows viable: always-on structured logs with one-click zip export, a single AppShell chrome, OOXML PPTX/DOCX annotation without LibreOffice, and a first-class sticky board. Also drop spike/legacy ink widgets and tighten pen feel (predictor, PenInfoHistory, page-tile layer). Co-authored-by: Cursor <cursoragent@cursor.com>
14 lines
467 B
Dart
14 lines
467 B
Dart
// Coordinate gate previously used spike_editor_pane (retired).
|
|
// Re-run on Surface via docs/plans/surface-diagnostic-checklist.md
|
|
// once a PenEditorScreen-based harness is restored.
|
|
|
|
import 'package:flutter_test/flutter_test.dart';
|
|
import 'package:integration_test/integration_test.dart';
|
|
|
|
void main() {
|
|
IntegrationTestWidgetsFlutterBinding.ensureInitialized();
|
|
|
|
testWidgets('coordinate_assertion retired with spike pane', (tester) async {
|
|
}, skip: true);
|
|
}
|