refactor(animations): inline css animations

This commit is contained in:
Adam Bradley
2016-02-09 16:22:40 -06:00
parent de76cefcf3
commit da18868636
94 changed files with 1071 additions and 6905 deletions

View File

@@ -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', () => {