1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-29 22:48:10 +02:00

Chore: Convert test-utils to TypeScript

This commit is contained in:
Laurent Cozic
2020-12-08 20:01:33 +00:00
parent cdf2873883
commit f21199a7f3
4 changed files with 89 additions and 74 deletions

View File

@@ -23,7 +23,7 @@ export default class KvStore extends BaseService {
this.instance_ = null;
}
private constructor() {
public constructor() {
super();
this.incMutex_ = new Mutex();
}