add relative paths

This commit is contained in:
Yusuf Yilmaz 2022-06-06 19:38:20 +02:00
commit 21aa23dd28
26 changed files with 71 additions and 67 deletions

View file

@ -1,4 +1,4 @@
import RedisDocumentStore from '../../src/lib/document-stores/redis'
import RedisDocumentStore from 'src/lib/document-stores/redis'
describe('Redis document store', () => {
let store: RedisDocumentStore