Skip to content

Commit 68c807b

Browse files
Trying to get the image tests to pass
Running them using a bunch of promises chained with .then makes the browser too slow? And tests fail now that before didn't?
1 parent 117b3ed commit 68c807b

File tree

7 files changed

+306
-191
lines changed

7 files changed

+306
-191
lines changed

test/all_layout_images_test.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
var domainRefTests = require('./domain_ref_shapes_test');
2+
domainRefTests.runImageTests();
3+

0 commit comments

Comments
 (0)