Tests for Text rendering component

This commit is contained in:
Jeff Avallone
2019-01-31 21:10:33 -05:00
parent f4e7bc0e76
commit ee915c39dc
3 changed files with 147 additions and 0 deletions
+2
View File
@@ -6,3 +6,5 @@ Enzyme.configure({ adapter: new Adapter() });
global.___loader = {
enqueue: jest.fn()
};
global.Element.prototype.getBBox = jest.fn();