mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
fix(css): box-shadow none handling (#10445)
closes https://github.com/NativeScript/NativeScript/issues/10403
This commit is contained in:
@@ -6,8 +6,7 @@ import { Color } from '../../color';
|
||||
describe('css-text-stroke', () => {
|
||||
it('empty', () => {
|
||||
const stroke = parseCSSStroke('');
|
||||
expect(stroke.width).toBeUndefined();
|
||||
expect(stroke.color).toBeUndefined();
|
||||
expect(stroke).toBeNull();
|
||||
});
|
||||
|
||||
it('1px navy', () => {
|
||||
|
||||
Reference in New Issue
Block a user