mirror of
https://github.com/danbulant/pngjs
synced 2026-07-08 20:50:35 +00:00
Code format test code
This commit is contained in:
parent
288a696584
commit
5310b0ed5f
4 changed files with 159 additions and 159 deletions
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
var fs = require('fs');
|
var fs = require('fs');
|
||||||
var PNG = require('../lib/png').PNG;
|
var PNG = require('../lib/png').PNG;
|
||||||
var test = require('tape');
|
var test = require('tape');
|
||||||
|
|
|
||||||
|
|
@ -13,6 +13,7 @@ try {
|
||||||
console.log("Comparing in PhantomJS");
|
console.log("Comparing in PhantomJS");
|
||||||
|
|
||||||
childProcess.execFile(binPath, childArgs, function (err, stdout, stderr) {
|
childProcess.execFile(binPath, childArgs, function (err, stdout, stderr) {
|
||||||
|
|
||||||
// handle results
|
// handle results
|
||||||
console.log("Comparison Test Results:");
|
console.log("Comparison Test Results:");
|
||||||
console.log(stdout);
|
console.log(stdout);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue