Skip to content

Commit

Permalink
fix(test): readd commented tests
Browse files Browse the repository at this point in the history
  • Loading branch information
euberdeveloper committed Jan 5, 2021
1 parent bb0cede commit 0e24190
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
1 change: 0 additions & 1 deletion test/getCommand/getCommand.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { ExportingCollection, ConnectionOptions, AuthenticationMechanism } from '@/index';
import { getCommand } from '@/utils/exportCollections/getCommand';


import { expect } from 'chai';

export default function (): void {
Expand Down
1 change: 0 additions & 1 deletion test/getMongoConnection/getMongoConnection.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { ConnectionOptions, AuthenticationMechanism } from '@/index';
import { getMongoConnectionFromOptions } from '@/utils/connection/index';


import { expect } from 'chai';

export default function (): void {
Expand Down
8 changes: 4 additions & 4 deletions test/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ import getMongoConnection from '@test/getMongoConnection/getMongoConnection.test
import checkMongoexportInstalled from '@test/checkMongoexportInstalled/checkMongoexportInstalled.test';

describe('MongoBack module tests', function () {
// complete();
// errors();
// getCommand();
// getMongoConnection();
complete();
errors();
getCommand();
getMongoConnection();
checkMongoexportInstalled();
});

2 comments on commit 0e24190

@vercel
Copy link

@vercel vercel bot commented on 0e24190 Jan 5, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 0e24190 Jan 5, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.