Browse Source

fix(fifty-shades-of-cold): improve test

fix test that was failing correct solution
pull/1819/merge
nprimo 1 year ago committed by Niccolò Primo
parent
commit
73aa9b5f49
  1. 4
      dom/fifty-shades-of-cold_test.js

4
dom/fifty-shades-of-cold_test.js

@ -18,8 +18,8 @@ tests.push(async ({ page, eq }) => {
)
const classes = style[0]
.split('\n')
.map(s => s.replace(/(\.|{|:|;|\s+|})/g, ''))
.split('}')
.map(s => s.replace(/(\.|{|:|;|\s+)/g, ''))
.filter(Boolean)
.sort()

Loading…
Cancel
Save