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

@@ -30,7 +30,7 @@ test('blend module loads with correct options', t => {
});
test('blend module works correctly', t => {
sequencer.run({mode: 'test'}, () => {
sequencer.run(() => {
let result = sequencer.steps[2].output.src;