Skip to content

Commit

Permalink
Check that files are loaded correctly in circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
Sub6Resources committed Sep 13, 2019
1 parent 9892279 commit 213efa0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/golden_test.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import 'dart:io';

import 'package:flutter/material.dart';
import 'package:flutter_html/flutter_html.dart';
import 'package:flutter_test/flutter_test.dart';
Expand Down Expand Up @@ -37,4 +39,5 @@ void main() {
testData.forEach((key, value) {
testHtml(key, value);
});
File.fromUri(Uri(path: './goldens/a.png')).readAsBytesSync();
}

0 comments on commit 213efa0

Please sign in to comment.