Skip to content

Commit

Permalink
Restore vivify in delete.t.js.
Browse files Browse the repository at this point in the history
Vivify now just shows the tree as it is and not a semblance of the page
log.
  • Loading branch information
flatheadmill committed Jan 2, 2021
1 parent 0d7e513 commit 3313f18
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions test/delete.t.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require('proof')(8, async (okay) => {
require('proof')(10, async (okay) => {
const Trampoline = require('reciprocate')
const Strata = require('../strata')

Expand All @@ -23,17 +23,13 @@ require('proof')(8, async (okay) => {
'insert', 2, 'c'
]]
},
/*
vivify: {
'0.0': [ [ '0.1', null ] ],
'0.1': [
[ 'insert', 0, 'a' ],
[ 'insert', 1, 'b' ],
[ 'insert', 2, 'c' ],
[ 'delete', 0 ]
[ 'insert', 0, 'b' ],
[ 'insert', 1, 'c' ]
]
}
*/
})
await harness($ => $(), 'traverse', async ({ strata, prefix, directory, pages }) => {
let right = 'a'
Expand Down

0 comments on commit 3313f18

Please sign in to comment.