Skip to content

Commit

Permalink
Enable all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
FlavioSousa committed Oct 10, 2017
1 parent 8ec3874 commit ec846ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/mocha/async-promise-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ describe('Async-Promise-Tests', function () {
});
});

it.only('Test maxDeep security infinity loop', function (done) {
it('Test maxDeep security infinity loop', function (done) {
var options = {
basePath: 'tests/documents',
path: 'dir-b/dir-y/dir-m',
Expand Down

0 comments on commit ec846ef

Please sign in to comment.