Skip to content

Commit 047e139

Browse files
committed
unfit
1 parent 5588e0b commit 047e139

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/ParseConfigKey.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ describe('Config Keys', () => {
6767
expect(loggerErrorSpy.calls.all().reduce((s, call) => s += call.args[0], '')).not.toMatch(invalidKeyErrorMessage);
6868
});
6969

70-
fit_only_db('mongo')('recognizes valid keys in databaseOptions (MongoDB)', async () => {
70+
it_only_db('mongo')('recognizes valid keys in databaseOptions (MongoDB)', async () => {
7171
await expectAsync(reconfigureServer({
7272
databaseURI: 'mongodb://localhost:27017/parse',
7373
filesAdapter: null,

0 commit comments

Comments
 (0)