forked from zino-hofmann/graphql-flutter
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(client): explicitly skip non-VM
Because we are using a workaround for running test on browser we cannot rely only on `@TestOn("vm")` ``` # cannot `run pub run test test/.test_coverage.dart -p chromium` # it randomly fails compiling some dart files to js # test/.test_coverage.dart is a by product of running # `pub run test_coverage` pub run test test/.test_coverage.dart -p chromium ```
- Loading branch information
1 parent
da49567
commit aa116a2
Showing
1 changed file
with
48 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters