Error handling and unit tests
authorpioardi <alessandroardizio94@gmail.com>
Wed, 22 Jan 2020 16:32:20 +0000 (17:32 +0100)
committerpioardi <alessandroardizio94@gmail.com>
Wed, 22 Jan 2020 16:32:20 +0000 (17:32 +0100)
commit106744f7518d0f64ce85c4507157092083c2c4d4
tree1ea35052dad3784c486ba4e2302bcc2f16132ef0
parent48a9385a1c0a0c93ee839ad4534f63d31af4e9e3
Error handling and unit tests
19 files changed:
.github/CONTRIBUTING.MD
README.MD
benchmarks/bench.js
benchmarks/myBench.js
benchmarks/yourWorker.js
examples/multiFunctionExample.js [new file with mode: 0644]
examples/multifunctionWorker.js [new file with mode: 0644]
examples/normal.js [deleted file]
examples/yourWorker.js
lib/fixed.js
lib/workers.js
package.json
tests/dynamic.test.js
tests/fixed.test.js
tests/testWorker.js [deleted file]
tests/workers/echoWorker.js [new file with mode: 0644]
tests/workers/emptyWorker.js [new file with mode: 0644]
tests/workers/errorWorker.js [new file with mode: 0644]
tests/workers/testWorker.js [new file with mode: 0644]