Tests + Bug Fixes

* Test cases for LSB extraction, RGBA extraction and bit plane browsing
* Bug fix for alpha planes in bit plane browser
This commit is contained in:
Ge0rg3 2019-08-28 17:03:55 +01:00
parent 48831225ac
commit 950a12360e
3 changed files with 59 additions and 4 deletions

View file

@ -109,4 +109,3 @@ const logOpsTestReport = logTestReport.bind(null, testStatus);
TestRegister.runTests()
.then(logOpsTestReport);