Skip to content

Commit b6039d8

Browse files
committed
Use 'unittest' instead of 'scheduled_test'
1 parent 3f25cc9 commit b6039d8

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ dependencies:
1010
quiver: '>=0.18.2 <0.19.0'
1111
dev_dependencies:
1212
browser: '>=0.10.0+2 <0.11.0'
13-
scheduled_test: '>=0.11.1 <0.12.0'
13+
unittest: '>=0.11.0+3 <0.12.0'
1414
hop: '>=0.31.0+1 <0.32.0'
1515
yaml: '2.0.0'

test/all_tests.dart

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
library all_tests;
22

3-
main() {
3+
import 'package:unittest/unittest.dart';
4+
5+
void main() {
46
}

test/vm_tests.dart

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
library vm_tests;
2+
3+
import 'package:unittest/unittest.dart';
4+
5+
void main() {
6+
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy