From b3e0af15dac368b41b89f18208bb8c2c70eafff1 Mon Sep 17 00:00:00 2001 From: Yotam Mann Date: Wed, 25 Jul 2018 21:53:32 -0400 Subject: [PATCH] updating test info --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index e07fb7e4..82905a1a 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -24,7 +24,7 @@ I'd love to see more tutorials for newcomers to Tone.js to help them get up and ### Tests -Tone.js has an extensive [test suite](https://github.com/Tonejs/Tone.js/wiki/Testing) using Mocha and Chai. I'd love help getting more of these tests to pass on Safari and Firefox. +Tone.js has an extensive [test suite](https://github.com/Tonejs/Tone.js/wiki/Testing) using Mocha and Chai. Along with more unit tests, I'd also be great to have more tests which run in the online context and generate music to help find bugs by ear that the automated tests might not illuminate. [Audiokit](http://audiokit.io/tests/), for example, has a great suite of aural tests.