mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-12 19:30:00 +01:00
Removed all instances of mode: 'test' (#1599)
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user