File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 1
1
import AppCache from './cache' ;
2
2
3
3
//Used by tests
4
- function destroyAllDataPermanently ( ) {
4
+ export function destroyAllDataPermanently ( ) {
5
5
if ( ! process . env . TESTING ) {
6
6
throw 'Only supported in test environment' ;
7
7
}
@@ -14,7 +14,3 @@ function destroyAllDataPermanently() {
14
14
}
15
15
} ) ) ;
16
16
}
17
-
18
- export {
19
- destroyAllDataPermanently
20
- }
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import FileSystemAdapter from 'parse-server-fs-adapter'
4
4
import InMemoryCacheAdapter from './Adapters/Cache/InMemoryCacheAdapter'
5
5
import NullCacheAdapter from './Adapters/Cache/NullCacheAdapter'
6
6
import RedisCacheAdapter from './Adapters/Cache/RedisCacheAdapter'
7
- import TestUtils from './TestUtils' ;
7
+ import * as TestUtils from './TestUtils' ;
8
8
import { useExternal } from './deprecated' ;
9
9
import { getLogger } from './logger' ;
10
10
You can’t perform that action at this time.
0 commit comments