For manually installation copy the files to your packages
folder.
[desc] describe('describe it', function() { ... }
[befr] beforeEach(function() { ... }
[aftr] afterEach(function() { ... }
[it] it('should test ...', function() { ... }
[suite] suite('Array', function() { ... }
[test] test('should test ...', function() { ... }
MIT