fix encoding and rb tree tests

This commit is contained in:
Kevin Jahns
2017-10-15 12:17:25 +02:00
parent 0e426f8928
commit 4eec8ecdd3
15 changed files with 151 additions and 175 deletions

View File

@@ -1,4 +1,4 @@
import '../../node_modules/utf8/utf8.js'
import utf8 from 'utf-8'
export default class BinaryDecoder {
constructor (buffer) {