Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
gmpassos committed Dec 21, 2024
1 parent 987f931 commit e51ad72
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/bones_ui_test.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
@TestOn('browser')
library;

import 'package:bones_ui/bones_ui_test.dart';
import 'package:test/test.dart';
import 'dart:html' as web;
Expand Down
2 changes: 2 additions & 0 deletions test/bones_ui_version_test.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
@TestOn('vm')
library;

import 'dart:io';

import 'package:bones_ui/src/bones_ui.dart';
Expand Down
2 changes: 2 additions & 0 deletions test/layout_expression_test.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
@TestOn('browser')
library;

import 'dart:math' as math;

import 'package:bones_ui/src/bones_ui_layout.dart';
Expand Down

0 comments on commit e51ad72

Please sign in to comment.