Skip to content

Commit 18157be

Browse files
committed
change file router to only mongo
a storage adapter is needed to test postgres
1 parent fad46b3 commit 18157be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/FilesRouter.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const fs = require('fs');
22
const path = require('path');
33

44
describe('FilesRouter', () => {
5-
describe('File Uploads', () => {
5+
describe_only_db('mongo')('File Uploads', () => {
66

77
beforeEach(async () => {
88
// Set the maxUploadSize to 1GB

0 commit comments

Comments
 (0)