Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-07-11fix: modernize code (#2134)Diego Rodríguez Baquero
* fix: modernize code * standard fix
2019-08-12Small refactor common test functionAlex
2019-08-12Rename util function for testsAlex
2019-08-12Fix left parameter for asynchronous behaviourAlex
2016-02-28use webtorrent-fixturesFeross Aboukhadijeh
2016-01-11test: add alice in wonderland fixtureFeross Aboukhadijeh
2016-01-11tests: cleanupFeross Aboukhadijeh
2015-12-30Add more browser testsFeross Aboukhadijeh
Run more of the tests in the browser. There's now a test/node and test/browser folder for tests that are specific to each environment. Anything in test/ will be run in both environments.
2015-12-27test: All remaining tests use new fixturesFeross Aboukhadijeh
- Tests use new fixtures in common.js - Tests ensure that destroy callbacks don’t fire an error
2015-12-17test: make fixtures work with brfsFeross Aboukhadijeh
2015-12-17tests: lots of cleanupFeross Aboukhadijeh
2015-12-17test: put fixtures into single locationFeross Aboukhadijeh