Skip to content

Commit

Permalink
reverted test to original value
Browse files Browse the repository at this point in the history
  • Loading branch information
glromeo authored and glromeo committed Oct 2, 2023
1 parent 16ea942 commit ffb21de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/bugfixes.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ describe('tests covering github issues', function () {
})]
})

expect(readTextFile('./out/index.js')).to.match(/background-color: rgb\(255, 40, 174\);/)
expect(readTextFile('./out/index.js')).to.match(/background-color: rgb\(174, 101, 255\);/)

// NOTE: even with quietDeps: true we get 6 warnings!

Expand Down

0 comments on commit ffb21de

Please sign in to comment.