fabric.js/tests.mustache
Andrea Bogazzi d95db41608
Better visual tests, test passing, more SVGs (#5076)
* improving golddens

* more tests

* test passing

* removed dist

* fixed travis

* make visual running in browser too

* more travis

* fixed travis

* fixed travis

* more coffee
2018-06-28 12:31:26 +02:00

15 lines
455 B
Text

<!doctype html>
<html>
<head>
<title>Unit Tests</title>
<script src="/node_modules/qunit/qunit/qunit.js"></script>
<script src="/testem.js"></script>
{{#serve_files}}<script src="{{{src}}}"{{#attrs}} {{&.}}{{/attrs}}></script>{{/serve_files}}
<link rel="stylesheet" href="/node_modules/qunit/qunit/qunit.css"/>
{{#styles}}<link rel="stylesheet" href="{{.}}">{{/styles}}
</head>
<body>
<div id="qunit"></div>
<div id="qunit-fixture"></div>
</body>
</html>