Add NullCacheAdapter (#2636)
* Add NullCacheAdapter * clear returns promise explicitly * Add NullCacheAdapter accessor
This commit is contained in:
committed by
Florent Vilmart
parent
33e3993a37
commit
fe62e92aa1
@@ -248,6 +248,7 @@ describe('server', () => {
|
||||
expect(ParseServer.GCSAdapter).toThrow('GCSAdapter is not provided by parse-server anymore; please install parse-server-gcs-adapter');
|
||||
expect(ParseServer.FileSystemAdapter).toThrow();
|
||||
expect(ParseServer.InMemoryCacheAdapter).toThrow();
|
||||
expect(ParseServer.NullCacheAdapter).toThrow();
|
||||
done();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user