mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
refactor(animations): inline css animations
This commit is contained in:
@@ -43,11 +43,6 @@ export function run() {
|
||||
expect(util.isTrueProperty('doesnt actually matter')).toBe(false);
|
||||
});
|
||||
|
||||
it('should be false from number less than 1', () => {
|
||||
expect(util.isTrueProperty(0)).toBe(false);
|
||||
expect(util.isTrueProperty(-1)).toBe(false);
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
it('should extend simple', () => {
|
||||
|
||||
Reference in New Issue
Block a user