UNPKG

@dxzmpk/js-algorithms-data-structures

Version:

Algorithms and data-structures implemented on JavaScript

9 lines (7 loc) 236 B
import playground from '../playground'; describe('playground', () => { it('should return correct results', () => { // Replace the next dummy test with your playground function tests. expect(playground()).toBe(120); }); });