mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-20 04:05:52 +00:00
style: yarn format (run prettier) (#1327)
This commit is contained in:
@@ -26,9 +26,9 @@ function fillShamapTest(shamap: any, keys: string[], hashes: string[]) {
|
||||
}
|
||||
}
|
||||
|
||||
describe('SHAMap', function() {
|
||||
describe('#addItem', function() {
|
||||
it('will add new nodes to v1', function() {
|
||||
describe('SHAMap', function () {
|
||||
describe('#addItem', function () {
|
||||
it('will add new nodes to v1', function () {
|
||||
var keys = [
|
||||
'b92891fe4ef6cee585fdc6fda1e09eb4d386363158ec3321b8123e5a772c6ca8',
|
||||
'b92881fe4ef6cee585fdc6fda1e09eb4d386363158ec3321b8123e5a772c6ca8',
|
||||
|
||||
Reference in New Issue
Block a user