Skip to content

Commit

Permalink
Update test/lost-plugin-options.js
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Ramsing <peterramsing@users.noreply.github.com>
  • Loading branch information
ThornWalli and peterramsing committed Jun 30, 2022
1 parent e956cb0 commit 4c90470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lost-plugin-options.js
Expand Up @@ -39,6 +39,6 @@ describe('plugin-options', () => {
})
])
.process(input);
expect(output).to.equal(result.css);
expect(result.css).to.equal(output);
});
});

0 comments on commit 4c90470

Please sign in to comment.