fix(client): remove normalize.css from globals (#44403)
This commit is contained in:
@@ -20,12 +20,9 @@ So now, when you hover a label, the function will be called with the year that i
|
||||
test-text
|
||||
|
||||
```js
|
||||
const script = $('.dashboard').siblings('script')[1].innerHTML;
|
||||
assert(
|
||||
/\.on\(('|"|`)mouseover\1, function \(d\) \{\s*return drawDashboard\(d\);\s*\}\)/g.test(
|
||||
script
|
||||
)
|
||||
);
|
||||
assert.match(code,
|
||||
/\.on\('mouseover', d => drawDashboard\(d\)\)/g
|
||||
);
|
||||
```
|
||||
|
||||
# --seed--
|
||||
|
Reference in New Issue
Block a user