UNPKG

react-rn-progressor

Version:

A customizable collection of progress indicators for React and React Native

1 lines 106 B
var add=function add(a,b){return a+b;};test('Add 1 + 2 to equal 3',function(){expect(add(1,2)).toBe(3);});