We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c8b008 commit db547e4Copy full SHA for db547e4
test/integration/microlock_spec.js
@@ -12,7 +12,7 @@ import Microlock, {
12
InvalidTtlError,
13
AlreadyLockedError,
14
LockNotOwnedError
15
-} from '../../src/microlock';
+} from '../../lib/microlock';
16
17
describe('microlock', () => {
18
let etcd = null
0 commit comments