File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 60
60
"cids" : " ~0.5.8" ,
61
61
"datastore-core" : " ~0.6.0" ,
62
62
"datastore-fs" : " ~0.8.0" ,
63
- "datastore-level" : " ~0.10 .0" ,
63
+ "datastore-level" : " ~0.11 .0" ,
64
64
"debug" : " ^4.1.0" ,
65
65
"dlv" : " ^1.1.2" ,
66
66
"interface-datastore" : " ~0.6.0" ,
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ module.exports = (repo) => {
32
32
const mochaExceptionHandler = process . listeners ( 'uncaughtException' ) . pop ( )
33
33
process . removeListener ( 'uncaughtException' , mochaExceptionHandler )
34
34
process . once ( 'uncaughtException' , function ( err ) {
35
- expect ( err . message ) . to . match ( / a l r e a d y h e l d | I O e r r o r | a l r e a d y b e i n g h o l d / )
35
+ expect ( err . message ) . to . match ( / a l r e a d y h e l d | I O e r r o r | a l r e a d y b e i n g h e l d / )
36
36
} )
37
37
38
38
series ( [
@@ -49,7 +49,7 @@ module.exports = (repo) => {
49
49
] , function ( err ) {
50
50
// There will be no listeners if the uncaughtException was triggered
51
51
if ( process . listeners ( 'uncaughtException' ) . length > 0 ) {
52
- expect ( err . message ) . to . match ( / a l r e a d y l o c k e d | a l r e a d y h e l d | a l r e a d y b e i n g h o l d | E L O C K E D / )
52
+ expect ( err . message ) . to . match ( / a l r e a d y l o c k e d | a l r e a d y h e l d | a l r e a d y b e i n g h e l d | E L O C K E D / )
53
53
}
54
54
55
55
// Reset listeners to maintain test integrity
You can’t perform that action at this time.
0 commit comments