Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkLark86 committed Nov 13, 2023
1 parent a538d0b commit 32d370b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion assets/wire/tests/actions.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ describe('wire actions', () => {

return actions.fetchNext({...testArticle, nextversion: 'bar'})
.then((_next) => {
console.log(_next);
expect(_next).toEqual(next);
});
});
Expand Down

0 comments on commit 32d370b

Please sign in to comment.