Skip to content

Commit

Permalink
Ugh
Browse files Browse the repository at this point in the history
  • Loading branch information
colepeters committed Mar 21, 2024
1 parent 08a4863 commit 7279059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/themeColor.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ const noColor = {
test('themeColor', t => {
t.equal(themeColor({ config: noThemeColor }), '', 'should emit an empty string when `config.theme` and `config.color` are both `false`')
t.notOk(themeColor({ config: noTheme }).includes('/*** Theme Colors ***/'), 'should not include theme colors when `config.theme` is `false`')
t.notOk(themeColor({ config: noColor }).includes('/*** Spot Colors ***/'), 'should not include theme colors when `config.color` is `false`')
t.notOk(themeColor({ config: noColor }).includes('/*** Spot Colors ***/'), 'should not include spot colors when `config.color` is `false`')
t.end()
})

0 comments on commit 7279059

Please sign in to comment.