describe("SCInt8Array", function() {

    it("#valueOf", function() {
      var instance, test;
      var expected = new Int8Array([ 0, -1, 0 ]);