We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24becc0 commit 1ab80a7Copy full SHA for 1ab80a7
packages/interface-datastore/test/key.spec.js
@@ -1,7 +1,7 @@
1
/* eslint-env mocha */
2
3
import { expect } from 'aegir/utils/chai.js'
4
-import { Key } from 'interface-datastore/key'
+import { Key } from '../src/key.js'
5
6
const pathSep = '/'
7
0 commit comments