Skip to content
Snippets Groups Projects
Commit 30cf3b75 authored by Jure's avatar Jure
Browse files

test: remove meaningless validations

parent 75caf673
No related branches found
No related tags found
No related merge requests found
...@@ -16,9 +16,6 @@ const nodeConfig = { ...@@ -16,9 +16,6 @@ const nodeConfig = {
db: { database: global.__testDbName }, db: { database: global.__testDbName },
uploads: path.join(appPath, 'uploads'), uploads: path.join(appPath, 'uploads'),
}, },
// TODO: Remove this once version of server that handles
// undefined app validations is released.
validations: 'path',
authsome: { authsome: {
mode: 'authsome/src/modes/blog', mode: 'authsome/src/modes/blog',
}, },
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment