We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a847b99 commit b52b522Copy full SHA for b52b522
test.js
@@ -6,7 +6,7 @@ var SourceMapGenerator = require('source-map').SourceMapGenerator;
6
var child_process = require('child_process');
7
var assert = require('assert');
8
var fs = require('fs');
9
-var bufferFrom = require('buffer-from');
+var bufferFrom = Buffer.from;
10
11
function compareLines(actual, expected) {
12
assert(actual.length >= expected.length, 'got ' + actual.length + ' lines but expected at least ' + expected.length + ' lines');
0 commit comments