fabric.js/test/fixtures/test_script.js
Andrea Bogazzi 9a734a36b9
Add visual test suites draft (#5068)
* adding visual tests

* working setup

* test travis setup

* unbuilt

* maybe we do not need this

* maybe this

* maybe we do not need this
2018-06-26 11:41:03 +02:00

4 lines
112 B
JavaScript

var pixelmatch = require('pixelmatch');
var fs = require('fs');
global.pixelmatch = pixelmatch;
global.fs = fs;