Skip to content

Commit

Permalink
chore(state) rm unused
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Jan 7, 2020
1 parent 4cc53af commit d598722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/state.js
Expand Up @@ -11,7 +11,7 @@ test('simple-state', (t) => {
progress: ['ok', 'error'],
});

const [status, result] = setNext('progress');
const [, result] = setNext('progress');

t.equal(result, 'progress');
t.end();
Expand Down

0 comments on commit d598722

Please sign in to comment.