Skip to content

Commit

Permalink
Migrate to test package
Browse files Browse the repository at this point in the history
  • Loading branch information
nfrancois committed Apr 23, 2015
1 parent 040f8c0 commit 0999018
Show file tree
Hide file tree
Showing 3 changed files with 160 additions and 177 deletions.
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ dependencies:
chrome: ">=0.6.5 <0.7.0"
gpio_commons: ">=0.1.0 <0.2.0"
dev_dependencies:
unittest: ">=0.11.4 <0.12.0"
test: ">=0.12.0-rc.0 <0.13.0"
2 changes: 1 addition & 1 deletion test/test_byte_helper.dart
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

import 'package:unittest/unittest.dart';
import 'package:test/test.dart';
import 'package:firmata/src/firmata_internal.dart';
import 'dart:async';

Expand Down

0 comments on commit 0999018

Please sign in to comment.