Skip to content

Commit

Permalink
Update gulp-derequire to the latest version πŸš€ (#1148)
Browse files Browse the repository at this point in the history
* chore(package): update gulp-derequire to version 2.1.1

* chore(package): update lockfile package-lock.json

* update to 3.0.0

* fix tests

Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Co-authored-by: Diamond Lewis <findlewis@gmail.com>
  • Loading branch information
greenkeeper[bot] and dplewis authored Apr 20, 2020
1 parent 393b723 commit 7cf413e
Show file tree
Hide file tree
Showing 3 changed files with 706 additions and 702 deletions.
1 change: 0 additions & 1 deletion integration/test/ParseFileTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ describe('Parse.File', () => {
assert.equal(false, true);
} catch (e) {
assert.equal(e.code, Parse.Error.FILE_DELETE_ERROR);
assert.equal(e.message, 'Could not delete file.');
}
});
});
Loading

0 comments on commit 7cf413e

Please sign in to comment.