Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
context('using json-string packer with hex buffers', function() {
kvaoTestSuite(createDataSource.jsonWithHexBuffers);
});
});
context('using json-string packer', function() {
kvaoTestSuite(createDataSource.json);
});
context('using binary packer', function() {
kvaoTestSuite(createDataSource);
});