fh1ch/node-bacstack

View on GitHub
test/unit/utils.js

Summary

Maintainability
A
0 mins
Test Coverage
'use strict';

module.exports.getBuffer = () => {
  return {
    buffer: Buffer.alloc(1482),
    offset: 0
  };
};