Removed all instances of mode: 'test' (#1599)

This commit is contained in:
Deogle
2020-01-31 10:58:12 -05:00
committed by GitHub
parent 5f745ef4bd
commit 600cce0be3
7 changed files with 12 additions and 12 deletions

View File

@@ -23,7 +23,7 @@ test('Check Options', function(t) {
// Test 3 to check brightness module works as expected
test('canvas-resize module works correctly', function(t) {
sequencer.run({ mode: 'test' }, function(out) {
sequencer.run(function(out) {
var result = sequencer.steps[1].output.src;
require('get-pixels')(result, (err, pix) => {
t.equal(pix.shape[0], 500);