fix: Resolve TypeScript errors
Signed-off-by: Hermes Agent <hermes@nosuchhost>
This commit is contained in:
12
client/node_modules/level-packager/abstract/repair-test.js
generated
vendored
Normal file
12
client/node_modules/level-packager/abstract/repair-test.js
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
'use strict'
|
||||
|
||||
var location = require('./location')
|
||||
|
||||
module.exports = function (test, level) {
|
||||
test('test repair', function (t) {
|
||||
t.plan(1)
|
||||
level.repair(location, function (err) {
|
||||
t.notOk(err, 'no error')
|
||||
})
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user