Skip to content

Commit 1a7e0a0

Browse files
committed
[Tests] use safe-buffer in tests, too
1 parent 9e2c04c commit 1a7e0a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
'use strict'
22
var test = require('tape')
33
var HashBase = require('../')
4+
var Buffer = require('safe-buffer').Buffer;
45

56
var utf8text = 'УТФ-8 text'
67
var utf8buf = Buffer.from(utf8text, 'utf8')

0 commit comments

Comments
 (0)