mirror of
https://github.com/danbulant/pngjs
synced 2026-07-10 21:50:44 +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 PNG = require('../lib/png').PNG;
|
||||
var test = require('tape');
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ try {
|
|||
console.log("Comparing in PhantomJS");
|
||||
|
||||
childProcess.execFile(binPath, childArgs, function (err, stdout, stderr) {
|
||||
|
||||
// handle results
|
||||
console.log("Comparison Test Results:");
|
||||
console.log(stdout);
|
||||
|
|
|
|||
Loading…
Reference in a new issue