mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-11 10:38:11 +08:00
[local-sync]: moved spec into similarly named folder and updated refs
This commit is contained in:
parent
9e867fa4fd
commit
951feae657
2 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
const {PromiseUtils} = require('nylas-core');
|
||||
const mockDatabase = require('./mock-database');
|
||||
const FetchFolderList = require('../../nylas-sync/imap/fetch-folder-list')
|
||||
const FetchFolderList = require('../../src/local-sync-worker/imap/fetch-folder-list')
|
||||
|
||||
const testCategoryRoles = (db, mailboxes) => {
|
||||
const mockLogger = {
|
Loading…
Reference in a new issue