We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5588e0b commit 047e139Copy full SHA for 047e139
1 file changed
spec/ParseConfigKey.spec.js
@@ -67,7 +67,7 @@ describe('Config Keys', () => {
67
expect(loggerErrorSpy.calls.all().reduce((s, call) => s += call.args[0], '')).not.toMatch(invalidKeyErrorMessage);
68
});
69
70
- fit_only_db('mongo')('recognizes valid keys in databaseOptions (MongoDB)', async () => {
+ it_only_db('mongo')('recognizes valid keys in databaseOptions (MongoDB)', async () => {
71
await expectAsync(reconfigureServer({
72
databaseURI: 'mongodb://localhost:27017/parse',
73
filesAdapter: null,
0 commit comments